Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization (ISO). Questions can be about creating, reading, editing PDFs using different languages.
0
votes
0answers
2 views
How to open pdf file after creating (am using YaHP-Converter)
Am using a YaHP-Converter to convert HTML File to Pdf. But i want open my pdf immediately after created it. Because i want to allow users to download or print the pdf files once the file is created. ...
0
votes
0answers
6 views
need help generating pdf containing source code from eclipse
I'm currently studying Java programming, and for some reason we're obligated to print out the entire source code on paper. But as of now, i've got 5,8k lines of code in 64 classes, so I'm wondering if ...
0
votes
0answers
9 views
unoconv works from terminal using www-data but not from php script also as www-data
I wrote the following function in php
public function convertExcel() {
$inputFilePath = $this->outputFilesPath . 'Excel' . DS . $this->quotation['id'] . DS . $this->quotation['name'] . ...
3
votes
1answer
37 views
Using a shell script but it fails with spaces on directory or name
I'm relatively new to Linux script and I'm having an issue with one I'm trying to use when there are spaces in the directory name or file name. The script shrinks PDF files so that i can put them in ...
0
votes
1answer
7 views
UIWebview crashing if pdf doc greater than 2 mb
I have a webview which loads pdf documents. If the document size is greater than 2 MB, memory warning is received and app is crashing. Is there any limit on the size of the pdf document?
Please ...
0
votes
1answer
16 views
python 3 fdfgen unicode TypeError
I am using Python 3.3 and am trying to make use of the wonderful fgfgen / forge_fdf script (thanks guys, btw).
When I attempt to run a sample test of fdfgen, I return the following error.
...
0
votes
1answer
31 views
PDF data to MYSQL
Does anyone know a simple way to extract a table of information from a pdf file and insert it into a mysql database without converting it to a csv or xml file first? I have well over 200 pages worth ...
0
votes
0answers
18 views
How can you combine multiple PDF pages into one searchable PDF page? [closed]
I have scanned multiple business cards and now have a PDF file with over 500 pages (or cards). I would like to be able and create a page with 8 cards to a page and is still searchable.
Example: If I ...
0
votes
1answer
23 views
pdf generator, table and graph, php or javascipt
I need a PDF generator for tables and graph, too. I use domPDF on server side for the tables and it works fine, and jspdf on client side for the graph. (I use RGraph for the graph) But now I want one ...
0
votes
0answers
14 views
Phantomjs div with canvas export to pdf
I have a div that contain a canvas and i would to save it in pdf. I would to inspire me to highcharts exporting which use Phantomjs http://phantomjs.org/. So i create a button <div><input ...
0
votes
0answers
11 views
Reportviewer Export PDF FitToPage
I created a report using ReportViewer to export my data to a PDF using the following code:
Private Sub CreatePdf()
Dim warnings As Warning() = Nothing
Dim streamids As String() = Nothing
...
-2
votes
0answers
31 views
Convert office files to .pdf [closed]
I have an iOS & Android application that currently opens Office documents (Excel, Word, RTF etc). I want to be able to convert/save those files as .pdf files.
Please let me know if you know a way ...
0
votes
1answer
36 views
Pdf reader for iOS with scrollView
I use CGContextDrawPDFPage for drawing my pdf. I have a scrollView and 2 arrays with low and high resolution images. When user scrolling on scrollView load low resolution images, after method ...
0
votes
1answer
28 views
Convert RTF file to PDF file [closed]
How to convert RTF file to PDF file ?
I need to generate PDF report from RTF file.
Does anybody know any free way to do this without using MS Office or OpenOffice ?
0
votes
0answers
7 views
DPF layers locked
Does anyone know how to be sure that layers of a PDF file I've created are not locked when opening the file in inDesign?
I'm using TCPDF to create the PDF (see code below)
When opening the file in ...
0
votes
3answers
50 views
Converting .java file (source code) to PDF? [closed]
I cannot find a decent solution to this.
I need to convert my source code to a PDF. No printing; just the PDF.
I found Enscript for Windows but cannot get it's overcomplicated being to work. Any ...
1
vote
0answers
17 views
PDF in iframe flipped 90 degrees
I'm working on an AJAX generated page with a PDF iframe. It works fine on all the Windows browsers, when testing on Mac OSX's Safari, I noticed the PDF in the iframe was flipped 90 degrees. The page ...
0
votes
0answers
9 views
Web pdf viewer plugin without download capability
I am trying to embed few PDF files into my webpage and I don't want users to be able to download them.
Is there anything I can do to achieve this(flash or something else perhaps)?
To make myself more ...
1
vote
1answer
37 views
Error while creating pdf using iTextsharp.dll
Error Occurs while running C# project, which uses itextsharp.dll to genereate pdf file
The content of error:
"Could not load file or assembly 'itextsharp, Version=5.4.1.0, Culture=neutral, ...
1
vote
0answers
31 views
smart PDF compression in Java (repeated elements)
As we are producing PDF reports, we noticed that single image repeated on each page (as we merge more reports together) takes incredible amount of space.
For example :
500 documents each does have 1 ...
0
votes
0answers
11 views
PHP is_file() and file_exists() doesn't return true for existing PDF and SVG files
I don't know if this is an intrinsic property of the functions or something in my PHP configuration, but for some reason when I am using is_file() and file_exists() to confirm the existence of a PDF ...
0
votes
0answers
15 views
What causes disproportionate vertical and horizontal image resolution within an image embedded in a PDF file?
I work with a lot of PDF files and have some experience in optimizing them with Adobe Acrobat, or a similar program, to reduce the size before putting them on the web. The optimization process will ...
1
vote
1answer
25 views
Calculating the exact size of a CGRect frame for a pdf based on UITextField
I am creating a pdf report that renders frames based on text in a series of UITextFields. Currently I am using a series of methods as below. The variables are used to keep track of the position for ...
0
votes
1answer
32 views
iOS: Reading contents of PDF File
By going to the Quartz 2D programming guide and some of the post on SO I pieced together some code to read the contents of a PDF file. It's failing on the PDF Scanner part, I think. When I go to ...
0
votes
0answers
17 views
Downloading a pdf embeded in html page with curl and php
I need to daily download a pdf from a page.
This pdf is embeded in a html page.
Pdf is displayed when I go on :
https://www.mypage.com/service/doc?docId=x0001&page=1&lang=en
When I click on ...
0
votes
0answers
41 views
how to apply css for html to pdf convert process?
I used iTextSharp to convert pdf from HTML with inline Css, but the css is not applying.
divPDF.InnerHtml = "<ul ...
0
votes
0answers
41 views
.net pdf not opening from web site [closed]
I have a C#.net web site that was built by another developer and I was asked to add another section to an accordian page. I copied the code to build the link, added the visual code for the documents ...
0
votes
0answers
26 views
Objective-C: Attaching PDF files to email: Why are they getting archived/zipped?
I have an app that can send out email messages. Each message has two PDF files attached to it. The first file is created within the app using UIKit. If I just attach that file it works fine.
The ...
0
votes
1answer
38 views
can't upload a pdf file using php
I want to upload a file(pdf ) using php,
I found a code in the internet and I just add the type of my files : application/pdf
but it didn't work for the pdf file . (it works fine for the images).
...
0
votes
1answer
12 views
Amazon S3 Upload PDF and Create Cover Image
I have the following bit of code which uploads a PDF to Amazon S3, what I need to do is create an image from the 1st page of the PDF and upload that to s3 as well.
//instantiate the class
$s3 = new ...
0
votes
0answers
7 views
pdf javascript, could not read field values at all
First of all I am a novice in acrobat x java scripting.
I am using the acrobat x pro trial version.
I have a pdf loaded in a asp.net site. I need to read the 'year' field value to calculate another ...
-1
votes
0answers
24 views
How do a post a book to a personal website without having anyone able to download it? [closed]
How do I upload a book to a website? I work at a healthcare facility and there is a book written by the doctors that I want to put on the business' website(which I have control over). I converted the ...
-1
votes
0answers
18 views
Is is possible to draw an image in a rect without it stretching?
I need to draw an image in a rect without it stretching. Is that possible? I am building a pdf.
I was using drawInRect() but solved the issue by switching to drawAtPoint()
Thanks
0
votes
1answer
24 views
solved: how to make pdfimported pages the same size
I am creating a consolidated pdf from other pdf files using iTextPdf in java. Some of the PDF files have very large page sizes (3200x2432). As a result the smaller pages look like thumbnails as the ...
-1
votes
0answers
44 views
Best way to determine if a .pdf file renders in .net? [closed]
I have a .pdf file that I need to attempt to render from code to determine if it's viewable or corrupt. Is there any free way to accomplish this in .net?
0
votes
1answer
22 views
Adding more than one document to a PrinterJob
I use the following method to print pdf files in a program I am using. It works, but I have to call the method each time I want a single page to print. So if I want to print the same document five ...
0
votes
0answers
17 views
Embedding LaTeX for PDF generation [migrated]
I'd like to use LaTeX as an document generation backend in my application (mainly because it is well known, feature rich and output is of very high quality). Let's assume the application creates a ...
1
vote
2answers
39 views
Detect carriage return in UITextField
I have a app that enables the user to enter comments in a series of UITextViews. When complete the app generates a pdf report. Since the text entered varies in length the app needs to calculate where ...
0
votes
0answers
29 views
PDF TimeStamping - Validation problems - Vb.net-Java-TSA-iText-Bouncy
I have a pair of pdf signature modules (adbe.pkcs.sha1), written in Java and Vb.net, using Bouncycastle, AbcPdf, and iText 2.1.7 libraries.
That modules add a timestamp token to the digital ...
0
votes
0answers
13 views
Security risks for adding pdf filter to SQL 2005 for Full Text Search
I have followed all the instructions for adding third party filters to allow PDF files to be indexed for SQL 2005 full text search. I did the following to enable it:
1.
use master
go
EXEC ...
0
votes
1answer
36 views
Download file or Open if file type is PDF
I have this code right here:
if(isset($_POST['file_id'])){
$file_id = $_POST['file_id'];
$query = $mysqli->query("SELECT `IdDocumento`,`nome_ficheiro`,`caminho_ficheiro`
FROM ...
0
votes
1answer
9 views
How to Customize Content not over Header and Footer in TCPDF
I already able to set up Header and Footer.
But, my content by writeHTMLCell cannot fit into the page properly, footer is overlay the content.
using A4 size, Header is 35% height; Content is 50% ...
0
votes
2answers
42 views
how to add blank page in digitally signed pdf using java?
I want to insert blank page at end of the digitally PDF using Itext library.and my confusion is adding pages will invalidate the existing signatures?
Thank you.
0
votes
1answer
48 views
Response doesn't give any output to download PDF
I have field nammed RPTHtml in .aspx pahe without runat="server"
<asp:HiddenField ID="RPTHtml" />
And add this code in javascript and call pagemethod of this page
...
0
votes
1answer
20 views
permanent link to a single file in a folder that can be replaced and renamed
I tried to think about it but I can't find good answers for my website. Let say I have a folder (online) with one PDF file in it. I want to have a link to it, no problem.
Problem :
Now let say ...
0
votes
1answer
30 views
How to save PDFs from assets/www folder via XHR to Filesystem in Cordova?
I am trying to get a PDF displaying in Cordova iOS (and potentially later Android) using PDFjs. It seems that PDFjs needs the files served from a webserver in order to use its normal load function but ...
0
votes
0answers
24 views
Convert MS Word Doc to PDF programmatically iOS [closed]
Anyone has any idea Convert MS Word Doc to PDF programmatically iOS.
please input your suggestions , I am stuck at this area
Thanks
0
votes
1answer
27 views
How a font is detected to be bold/italic/plain that is used in PDF
While Extracting Content from PDF using the MuPDF library, i am getting the Font name only not its font-face.
Do i guess (eg.bold in font-name though not the right way) or there is any other way to ...
0
votes
1answer
28 views
IOS Opening PDF from my app in another app EXC_BAD_ACCESS
I'm having difficulty debugging this error. I get an EXC_BAD_ACCESS error after I click on Adobe or Nook as the selected app to open the download PDF. I've gone through with the debugger and it breaks ...
-2
votes
0answers
36 views
Why i can not view pdf in ie but in firefox
This code does not view the pdf in IE but it runs it firefox perfectly. Can u say why ? Following code it not a full code example, just assume that pdf file data is presented in byte array not by any ...






