active questions tagged pdf - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T03:10:27Z http://stackoverflow.com/feeds/tag/pdf http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1837204/different-colors-for-links-when-displayed-on-screen-vs-in-print 1 Different colors for links when displayed on screen vs. in print? jkarmick 2009-12-03T02:00:18Z 2009-12-03T02:00:18Z <p>Is it possible to have different colors for on screen and hardcopy display of hyperref links in the same file?</p> <p>In my thesis, I like the functionality of linking reference numbers to the reference entry in the bibliography and I like having the pubmed links in the bibliography work. Having the links be blue or red helps indicate that they are clickable. But the links don't have any use in a printed copy. As is they come out a shade of grey when printed.</p> <p>I know I can generate two different PDFs with different color settings, but I was wondering if there is some way to make the links come out solid black when printed but simultaneously display in color on the screen from the same PDF?</p> http://stackoverflow.com/questions/1836609/comparing-two-pdf-documents-that-are-digitized-faxes 1 Comparing two PDF documents that are digitized faxes unknown (yahoo) 2009-12-02T23:24:27Z 2009-12-03T01:04:30Z <p>I did a fair bit of looking around on the board before I posted here but I didn't see anything that captured what I was hoping to do.</p> <p>We receive a large number of inbound faxes (500+ pages/day) as separate documents (around 100+ documents/day). Quite often the sender (being a hospital) resends the same document a couple hours after the first try. I'd like to flag the second send as a "potential clone" so that it can be routed and flagged appropriately.</p> <p>I want to know how I can compute and tag with some sort of hash or ID on each arriving fax (PDF/TIFF) then quickly do a scan in our document DB to see if it's unique or not.</p> <p>Obviously there is no way without looking to be 100% sure but off the top of my head I'm thinking that one fax would be the same as another if:</p> <ul> <li>Same # of pages</li> <li>Sent within 24 hours of original</li> <li>Hash code is similar (within threshold)</li> </ul> <p>But I am getting a bit bogged down on the image compare. I am looking for a threshold hash code or some way to say "the images on p4 of each fax are 95% likely to be the same". It's possible, for example, that p4 of the original fax was skewed but p4 of the resent fax is straight. I was thinking of running all the fax pages through something like Inlite Research's ClearImage Repair first to straighten, rotate, and calibrate all pages.</p> <p>Has anyone done something like this?</p> http://stackoverflow.com/questions/1822260/help-programmatically-add-text-to-an-existing-pdf 0 Help programmatically add text to an existing PDF TERACytE 2009-11-30T20:38:17Z 2009-12-02T20:23:42Z <p>I need to write a program that displays a PDF which a third-party supplies. I need to insert text data in to the form before displaying it to the user. I do have the option to convert the PDF in to another format, but it has to look exactly like the original PDF. C++ is the preferred language of choice, but other languages can be investigated (e.g. C#). It need to work on a Windows desktop machine.</p> <p>What libraries, tools, strategies, or other programming languages do you suggest investigate to accomplish this task? Are there any online examples you could direct me to.</p> <p>Thank-you in advance.</p> http://stackoverflow.com/questions/1785582/best-way-to-convert-pdf-to-powerpoint-serverside-in-net 0 Best way to convert PDF to PowerPoint serverside in .NET diadem 2009-11-23T20:03:40Z 2009-12-02T18:40:08Z <p>I have a PDF file that I want to convert to PowerPoint using .NET. What is the best tool for the job? The most important part of the conversion is that it looks as similar to the source as possible. Well, that and it can be done programmaticly.</p> http://stackoverflow.com/questions/1797011/reading-pdf-file-to-get-tabular-data-in-structured-format 1 Reading PDF file to get tabular data in structured format, Vadi 2009-11-25T13:47:26Z 2009-12-02T18:34:30Z <p>I have to read a pdf file which contains a table with several columns. Using iTextSharp I am able to read the file but I get bunch of non-formatted text. I am not able to structure the data so that I can insert into a database.</p> <p>Any suggestions?</p> http://stackoverflow.com/questions/1060222/render-pdf-on-a-blackberry 1 Render PDF on a Blackberry? Dave Jarvis 2009-06-29T20:06:01Z 2009-12-02T18:05:48Z <p>We are using Blackberries to display PDF reports. Here are background details on the problem:</p> <ul> <li>The PDF reports are created using JasperReports.</li> <li>Report format can be changed.</li> <li>Different report formats are available (as per the feature set of JasperReports).</li> <li>The PDF reports are on a website, too, so retaining a single source is ideal.</li> <li>The page setup is in Landscape.</li> </ul> <p>Here are the issues we have encountered:</p> <ul> <li>Users cannot see a full line of text on the Blackberry.</li> <li>The size of the PDF and UI makes reading difficult, at best.</li> <li>The menu option to convert the PDF to text loses too much formatting to be useful.</li> <li>The text is blurry (and too small).</li> </ul> <p>Here are solutions we have thought about:</p> <ul> <li>Create a second report (not ideal) in text or HTML format.</li> <li>Simplify the original report format (not really an option, given the amount of data).</li> </ul> <p>What other options are there for making a report available on the Blackberry, given the constraints of JaserReports, such that the report:</p> <ul> <li>Is legible?</li> <li>Is formatted for readability?</li> <li>Displays quickly?</li> </ul> <p>Essentially, we'd like to make sure there are no simple solutions we have overlooked for displaying legible PDFs on Blackberries.</p> http://stackoverflow.com/questions/414179/what-are-the-relative-merits-of-pdflatex 8 What are the relative merits of pdflatex? Norman Ramsey 2009-01-05T19:20:12Z 2009-12-02T16:14:56Z <p>Not sure this is a programming question, but we use LaTeX for all our API documentation and user documentation, so I hope it will go through.</p> <p>Can someone please explain what are the relative merits of using <code>pdflatex</code> as opposed to the "classic" technique of</p> <pre><code>latex foo dvips -Ppdf foo ps2pdf foo.ps </code></pre> <p>From time to time I run into people who have difficulty because things don't work in <code>pdflatex</code>, and I know that using <code>pdflatex</code> gives up two things I have grown to value:</p> <ul> <li>Can't use the very speedy <code>xdvi</code> viewer</li> <li>Can't use the PStricks package</li> </ul> <p>I should add that I typically get PDF with hyperlinks by using something on the order of</p> <pre><code>\usepackage[ps2pdf,colorlinks=true]{hyperref} </code></pre> <p>so it's not necessary to use <code>pdflatex</code> to get good PDF.</p> <p>So</p> <ol> <li>What are the advantages of <code>pdflatex</code> that I don't know about?</li> <li>What are the disadvantages of the old tools that I've overlooked?</li> </ol> http://stackoverflow.com/questions/1817818/adobe-pdf-certification-java 0 Adobe PDF Certification - Java William 2009-11-30T04:17:33Z 2009-12-02T15:46:53Z <p>I'm currently building a Java daemon that will need to be able to <a href="http://help.adobe.com/en_US/Acrobat/9.0/Standard/WSAC8084C2-14F7-4841-9EF8-92106D22C3DB.w.html" rel="nofollow">sign and certify</a> PDF documents. Now I've already implemented the code for this, but there is one "little" problem.</p> <p><strong>The problem:</strong> The certificate I use needs to automatically be validated via Adobe Reader. To do this you need to make sure your certificate is used by a <a href="http://www.adobe.com/security/partners_cds.html#list" rel="nofollow">partner of Adobe</a>. VeriSign offers a product called <a href="http://www.verisign.com/authentication/enterprise-authentication/adobe-acrobat-credentials/index.html" rel="nofollow">True Credentials for Adobe</a> and it works out perfectly for what I need. The only problem is that it requires you to have a <a href="http://www.safenet-inc.com/Products/Data_Protection/Multi-Factor_Authentication/Hybrid_Authenticators/iKey_USB_1000.aspx" rel="nofollow">USB token</a> (note: that might not be the EXACT usb token, but it's the same company) to use it. Well this Java daemon will run on servers in multiple locations, so having a USB key for the server isn't really an option.</p> <p><strong>The question:</strong> Does anyone know of a product/service that I can use to do this? This isn't a "programming" related question in terms of coding, but I'm writing an application that has a certain requirement that "maybe" another programmer has had and has solved. So that is why I'm asking it here.</p> <p>Thanks for your time.</p> http://stackoverflow.com/questions/1833222/adding-external-images-to-pdf-using-itext 2 Adding external images to PDF using iText MikeQ 2009-12-02T14:26:10Z 2009-12-02T14:26:10Z <p>I'm having trouble figuring out how to add an external image (referenced by a URL) to a PDF using iText. Is this kind of thing possible?</p> <p>The PDF spec in 7.1.5 says you should be able to reference a PDF via a URL by using a URL specification. This is what I've got so far:</p> <pre><code>PdfFileSpecification pdfSpec = PdfFileSpecification.url(writer, "http://www.someurl.com/test.jpg"); StringBufferInputStream sbis = new StringBufferInputStream(""); PdfStream dict = new PdfStream(sbis, writer); dict.put(PdfName.FILTER, PdfName.DCTDECODE) dict.put(PdfName.TYPE, PdfName.XOBJECT); dict.put(PdfName.SUBTYPE, PdfName.IMAGE); dict.put(PdfName.WIDTH, new PdfNumber(100)); dict.put(PdfName.HEIGHT, new PdfNumber(100)); dict.put(PdfName.BITSPERCOMPONENT, new PdfNumber(8)); dict.put(PdfName.LENGTH, new PdfNumber(0)); dict.put(PdfName.F, pdfSpec); PdfIndirectObject img = writer.addToBody(dict); </code></pre> <p>I know I still need to make sure the color space is added and stuff, but my main concern right now is actually getting this image into the body of the document. I can't figure out how to do this... it seems I can't get a reference to a PdfPage or the resources dictionary or anything. Is this possible using iText?</p> <p>As a side note, this exercise is useless if I'm going to be presented with a security warning when the view tries to go load the image. Does anyone know if that is the case?</p> http://stackoverflow.com/questions/1832928/414-request-uri-too-large-when-creating-pdf-in-asp-net 0 (414) Request-URI Too Large when creating pdf in asp.net Martin 2009-12-02T13:32:24Z 2009-12-02T14:10:11Z <p>I'm using the following code (asp.net) to show a pdf for the user:</p> <pre><code>Response.ContentType = "Application/pdf"; Response.AddHeader("Content-Disposition", "attachment; filename=thePdf.pdf"); //data contains a pdf created with iTextSharp Response.OutputStream.Write(data, 0, datalength); Response.End(); </code></pre> <p>Sometimes the users gets an error. I have not been able to recreate the problem but this is what I've seen in my logs and it seems like its always Mozilla 4 or 5 that have the problem:</p> <pre><code>Error Message: The remote server returned an error: (414) Request-URI Too Large. Error Source: System Error Target Site: System.Net.WebResponse GetResponse() Exception Stack Trace: ---------------------- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.my_doexport_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) Server Variables: ----------------- ALL_HTTP: HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:de HTTP_COOKIE:ASP.NET_SessionId=xxxxxxxxxxxxa0jo0pxxxxxx; .ASPXFORMSDDDO=XXX436F9868122C336C1E358DBFB1E908F3767FABAEF5338CF62C785ADD6AEA23F8663B413A7C0634DC40F8DCD3B10889CB0FB4CEE18617FB8B1E87C9655AE69C274A1AD0A5F47D95BF8D502F459D05D09A2B0E3691C6737B679F72C6B0XXXXX; __utma=213584726.23687335.1259423588.1259423588.1259423588.1; __utmb=213584726.10.10.1259423588; __utmc=213584726; __utmz=213584726.1259423588.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) HTTP_HOST:www.domain.com HTTP_REFERER:http://www.domain.com/export.aspx HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 1.1.4322) </code></pre> <p>I haven't found a solution to the problem, do you have any ideas on how to solve it?</p> http://stackoverflow.com/questions/1831794/how-to-add-pdfsharp-lib-in-c 0 How to add pdfsharp lib in C# rahul 2009-12-02T09:41:07Z 2009-12-02T12:57:04Z <p>i am new to C#.net,i had downloaded pdfsharp lib. but how to add those lib in our project. My project is create a pdf file.Plz provide me step/step instruction. After unziping it has 32 folders. i tried by coping it in my pro folder. but same error come.</p> <p>"<em>The type or namespace name 'PdfSharp' could not be found (are you missing a using directive or an assembly reference?)"</em></p> http://stackoverflow.com/questions/1827772/itextsharp-table-text-overlapping 0 itextsharp table text overlapping John Walker 2009-12-01T17:44:28Z 2009-12-02T10:06:50Z <p>Hi,</p> <p>A website im working on creates a pdf document using itextsharp xml but for some reason when content in a table row is split between two pages the content is falling into the next column and overlapping on the next page. Has anyone come across this issue before and if so any fizes?</p> <p>Any help would be much appreciated.</p> <p>John</p> http://stackoverflow.com/questions/778145/pdf-text-extraction-approach-using-ocr 2 PDF Text Extraction Approach Using OCR Jon 2009-04-22T16:38:31Z 2009-12-02T08:38:50Z <p>Has anybody attempted to extract text from a PDF using an OCR library and Java? What did you find to be the most reliable library for text extraction. Most of the approaches I've seen (tesseract, GOCR) are C libraries that would require some JNI code to be written. </p> <p>I'm familiar with pdfbox, which is now an Apache incubator project at version 0.8.x, but it's text extraction isn't always accurate. I'm looking for an alternative approach that is somewhat more reliable. </p> <p>I've not tried Asprise JavaPDF yet, in the process of trying that, but wanted to know more about the OCR approach (if it's possible).</p> <p>Any help would be appreciated. </p> http://stackoverflow.com/questions/1807753/enable-pdf-caching-in-ie 0 Enable pdf caching in IE HappyCoder 2009-11-27T09:49:36Z 2009-12-02T07:40:23Z <p>At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.</p> <p>I display pdf file inline on the webpage via EMBED tag that loads the following url:</p> <pre><code>http://localhost:7001/app/viewFile.pdf </code></pre> <p>Which is generated by java servlet with the following headers:</p> <pre><code>response.addHeader("Content-Disposition", "inline;"); response.setHeader("Cache-control", "cache,max-age=600"); response.setContentType(mimeType); response.setContentLength(contentLength); </code></pre> <p>For pdf displaying in all browsers I use Adobe Reader 9.2.0.</p> <p>How to make it work in IE too? I noticed that IE adds 'Cache-Control: no-cache' header to <strong>request</strong>, whereas Safari, for example, doesn't.</p> http://stackoverflow.com/questions/1830614/winnovative-htmltopdf-converter-add-a-watermark 0 Winnovative HTMLtoPDF converter, add a Watermark Matt Dawdy 2009-12-02T04:16:58Z 2009-12-02T04:16:58Z <p>Has anyone used the Winnovative HTMLtoPDF converter to generate a PDF from HTML content? And if so, has anyone successfully put a watermark on any or all pages of that resulting PDF?</p> http://stackoverflow.com/questions/1829792/pdf-resize-in-browser-before-opening 0 pdf resize in browser before opening Girish Kolte 2009-12-01T23:56:18Z 2009-12-02T01:30:52Z <pre><code>Response.ContentType = "Application/pdf"; string FilePath = Server.MapPath("reliance.pdf"); Response.WriteFile(FilePath); Response.End(); </code></pre> <p>How can we resize the pdf file before it gets open in browser....can you tell me? thanks</p> http://stackoverflow.com/questions/1813427/extracting-information-from-pdfs-of-research-papers 1 Extracting information from PDFs of research papers Christopher Gutteridge 2009-11-28T19:03:42Z 2009-12-02T01:22:45Z <p>I need a mechanism for extracting bibliographic metadata from PDF documents, to save people entering it by hand or cut-and-pasting it.</p> <p>At the very least, the title and abstract. The list of authors and their affiliations would be good. Extracting out the references would be amazing.</p> <p>Ideally this would be an open source solution. </p> <p>The problem is that not all PDF's encode the text, and many which do fail to preserve the logical order of the text, so just doing pdf2text gives you line 1 of column 1, line 1 of column 2, line 2 of column 1 etc.</p> <p>I know there's a lot of libraries. It's identifying the abstract, title authors etc. on the document that I need to solve. This is never going to be possible every time, but 80% would save a lot of human effort.</p> http://stackoverflow.com/questions/1622411/is-there-a-reliable-way-to-determine-if-a-pdf-was-generated-from-a-powerpoint-fil 2 Is there a reliable way to determine if a PDF was generated from a Powerpoint file? AndrewR 2009-10-25T23:07:46Z 2009-12-01T21:59:10Z <p>Like the title says. Reason I ask is that we're converting PDFs to formatted ASCII text (using pdftotext) and only want to display the ones that look reasonably sane.</p> <p>PPT files tend to have text over images, diagonal text and others things that don't translate to ASCII very well, so we'd like to filter them out if we can.</p> http://stackoverflow.com/questions/1820590/problem-storing-plot-objects-in-a-list-in-r 2 Problem storing plot objects in a list in R womble 2009-11-30T15:45:46Z 2009-12-01T16:31:46Z <p>I asked <a href="http://stackoverflow.com/questions/1816480/generating-names-iteratively-in-r-for-storing-plots">this</a> question yesterday about storing a plot within an object. I tried implementing the first approach (aware that I did not specify that I was using qplot() in my original question) and noticed that it did not work as expected.</p> <pre><code>library(ggplot2) # add ggplot2 string = "C:/example.pdf" # Setup pdf pdf(string,height=6,width=9) x_range &lt;- range(1,50) # Specify Range # Create a list to hold the plot objects. pltList &lt;- list() pltList[] for(i in 1 : 16){ # Organise data y = (1:50) * i * 1000 # Get y col x = (1:50) # get x col y = log(y) # Use natural log # Regression lm.0 = lm(formula = y ~ x) # make linear model inter = summary(lm.0)$coefficients[1,1] # Get intercept slop = summary(lm.0)$coefficients[2,1] # Get slope # Make plot name pltName &lt;- paste( 'a', i, sep = '' ) # make plot object p &lt;- qplot( x, y, xlab = "Radius [km]", ylab = "Services [log]", xlim = x_range, main = paste("Sample",i) ) + geom_abline(intercept = inter, slope = slop, colour = "red", size = 1) print(p) pltList[[pltName]] = p } # close the PDF file dev.off() </code></pre> <p>I have used sample numbers in this case so the code runs if it is just copied. I did spend a few hours puzzling over this but I cannot figure out what is going wrong. It writes the first set of pdfs without problem, so I have 16 pdfs with the correct plots.</p> <p>Then when I use this piece of code:</p> <pre><code>string = "C:/test_tabloid.pdf" pdf(string, height = 11, width = 17) grid.newpage() pushViewport( viewport( layout = grid.layout(3, 3) ) ) vplayout &lt;- function(x, y){viewport(layout.pos.row = x, layout.pos.col = y)} counter = 1 # Page 1 for (i in 1:3){ for (j in 1:3){ pltName &lt;- paste( 'a', counter, sep = '' ) print( pltList[[pltName]], vp = vplayout(i,j) ) counter = counter + 1 } } dev.off() </code></pre> <p>the result I get is the last linear model line (abline) on every graph, but the data does not change. When I check my list of plots, it seems that all of them become overwritten by the most recent plot (with the exception of the abline object).</p> <p>A less important secondary question was how to generate a muli-page pdf with several plots on each page, but the main goal of my code was to store the plots in a list that I could access at a later date.</p> <p>Thank you.</p> http://stackoverflow.com/questions/1783066/extracting-content-from-pdf-using-php 4 extracting content from pdf using PHP Auxi 2009-11-23T13:13:59Z 2009-12-01T15:25:21Z <p>Hi,</p> <p>Could you please tell me how to extract content from PDF document using PHP? Formatting is the main problem im facing here. So let me know, if there are some ways to extract content with the same format and to display it on an online text editor.</p> <p>Thanks</p> http://stackoverflow.com/questions/1442885/pdf-rendering-issue-in-ssrs-2008 0 PDF Rendering Issue in SSRS 2008 harshil 2009-09-18T06:38:02Z 2009-12-01T15:07:01Z <p>Hello ,</p> <p>I have updated my rdl from SSRS 2005 to SSRS 2008.</p> <p>While rendering into PDF fprmate the header is missing for some of the pages..</p> <p>Same RDLworking fine with SSRS 2005..... </p> <p><strong>PageBreak is set as START</strong></p> <p><strong>Keep Together property set to false</strong></p> <p>Thanks Harshil</p> http://stackoverflow.com/questions/1825419/convert-a-file-into-pdf-with-a-visual-basic-script 0 Convert a file into PDF with a Visual Basic script Tom 2009-12-01T10:53:54Z 2009-12-01T12:37:02Z <p>Hi, I'd like to know how to convert a file into PDF when I'm programming in VB. Do you have the script or if there is a pre-defined function, what is it's name?</p> <p>Thanks</p> http://stackoverflow.com/questions/1815602/to-generate-a-pdf-page-from-an-mfc-mdi-cview 2 To generate a PDF page from an MFC MDI CView val 2009-11-29T13:57:08Z 2009-12-01T08:35:16Z <p>My c++ MFC MDI application displays engineering drawings in its views. What is a good way to dump a CView derived object into a PDF file? What libraries could you suggest (not nesesery free)? I've looked into a few libraries like Cairo and libHaru. It is possible to draw all the graphic components but I was thinking that the CView has allready all the drawingins done. Can it be dumped into a PDF through a PS or something like it? Thanks</p> http://stackoverflow.com/questions/530052/looking-for-a-pdf-file-parser 1 Looking for a PDF file parser. Toby Allen 2009-02-09T21:28:43Z 2009-12-01T07:33:11Z <p>Does anyone know of a PDF file parser that I could use to pull out sections of text from the plaintext pdf file? Specifially I want a way to be able to reliably pull out the section of text specific to annotations?</p> <p>Delphi, C# RegEx I dont mind.</p> http://stackoverflow.com/questions/1821498/convert-powerpoint-ppt-to-pdf-using-c-objective-c-maybe-even-on-an-iphone 0 Convert PowerPoint (ppt) to PDF using C/Objective-C (maybe even on an iPhone) Nate Murray 2009-11-30T18:25:57Z 2009-11-30T18:25:57Z <p>Greetings, I'd like to convert a PointPoint file to PDF using C/Objective-C (bonus points if you suggest a solution that could run on an iPhone directly).</p> <p>There are a number of Java libraries to work with MSFT files (<a href="http://odftoolkit.openoffice.org/" rel="nofollow">odftoolkit</a>, <a href="http://poi.apache.org/" rel="nofollow">apache poi</a>), but I'd really like to perform this operation on an iPhone device.</p> <p>Apple has built in libraries to Quick-Look my PowerPoint files, so it seems like it should be possible to access these.</p> <p>Suggestions for libraries / Frameworks/ APIs? </p> http://stackoverflow.com/questions/1819700/generate-odt-docx-and-convert-to-pdf-without-oo-o-ms 1 Generate ODT/DOC(X) and convert to PDF, without OO.o/MS Alan 2009-11-30T13:01:30Z 2009-11-30T13:20:04Z <p>I have a WSGI application that generates invoices and stores them as PDF.</p> <p>So far I have solved similar problems with FPDF (or equivalents), generating the PDF from scratch like a GUI. Sadly this means the entire formatting logic (positioning headers, footers and content, styling) is in the application, where it really shouldn't be.</p> <p>As the templates already exist in Office formats (ODT, DOC, DOCX), I would prefer to simply use those as a basis and fill in the actual content. I've found the Appy framework, which does pretty much that with annotated ODT files.</p> <p>That still leaves the bigger problem open, tho: converting ODT (or DOC, or DOCX) to PDF. On a server. Running Linux. Without GUI libraries. And thus, without OO.o or MS Office.</p> <p>Is this at all possible or am I better off keeping the styling in my code?</p> <p>The actual content that would be filled in is actually quite restricted: a few paragraphs, some of which may be optional, a headline or two, always at the same place, and a few rows of a table. In HTML this would be trivial.</p> <p>EDIT: Basically, I want a library that can generate ODT files from ODF files acting as templates and a library that can convert the result into PDF (which is probably the crux).</p> http://stackoverflow.com/questions/1807432/signing-pdf-multiple-signatures-with-a-single-revision 0 Signing PDF - multiple signatures with a single revision Bozho 2009-11-27T08:33:23Z 2009-11-30T11:22:25Z <p>Hi,</p> <p>To put it simply - I want to add multiple signatures on a PDF (using iText), without adding new revision for each.</p> <p>I've read the <a href="http://old.nabble.com/Re:-multiple-signatures-td3725560.html" rel="nofollow">following thread</a>, and it makes much sense (since Bruno wrote the answer)</p> <p>It is obvious, that if the document has 2 revisions, the first signature doesn't cover the second revision. However, is it possible (according to the PDF standard, and in iText) to have two signatures for the same revision? (I have set a certification level to <code>CERTIFIED_FORM_FILLING_AND_ANNOTATIONS</code>).</p> <p>The point is that the document is created once and is not altered at all, except for adding the signatures. And since the signed PDFs will be sent to non-technical people, seeing the "the document has been changed" can trigger some 'disbelief' (due to lack of knowledge about PDF, which, alas, I can't expect of them). So, to put it again - it it possible to have 2 signatures in 1 revision, added at different times by different people.</p> http://stackoverflow.com/questions/1817750/do-most-browsers-make-multiple-http-requests-when-displaying-a-pdf-from-within-th 2 Do most browsers make multiple HTTP Requests when displaying a PDF from within the browser empire29 2009-11-30T03:47:13Z 2009-11-30T09:32:24Z <p>Do most (IE, FF, Safari, Chrome, Opera) make multiple HTTP Requests for a PDF file when displaying the PDF in a browser? I am working on an issue integrating with WebTrends Web Analytics software, and the statistics around PDFs appear to be incorrect. Support told me that because WebTrends parses the Web Servers access logs to determine traffic, downloads, etc. it has a difficult time determining accurate PDF downloads because:<br> When a user clicks on a PDF and the PDF opens in the user's browser via the Acrobat Reader browser plug-in, each page is downloaded one-at-a-time -- it does this to conserve bandwidth, if a user only views the first 2 pages of a 50 page PDF, only the first 2 pages are downloaded.</p> <p>This sounds fishy to me (how could a HTTP Request be made to only serve out a portion of a binary file?) -- I've been searching Google, but haven't found anything that speaks to this.</p> <p>I will try to find some IE software that lets me sniff the HTTP traffic tomorrow to see if i can observe this phenomenon.</p> <p>Any info/thoughts are appreciated though.</p> http://stackoverflow.com/questions/1751398/document-conversion-software-xhtml-and-css-to-pdf 2 Document conversion software: XHTML and CSS to PDF Max 2009-11-17T20:04:01Z 2009-11-30T05:26:39Z <p>I have a large database of XHTML that I wish to render as PDFs and/or RTF using CSS. Is there an off-the-shelf/cheap solution that could do this at scale? Large meaning terabytes. Need something that is robust and good at handling large volumes of files.</p> http://stackoverflow.com/questions/1191897/how-to-check-if-pdf-was-successfully-opened-in-the-browser-using-watin 1 How to check if PDF was successfully opened in the browser using WatiN? Rub 2009-07-28T04:09:27Z 2009-11-29T22:00:02Z <p>I am using WatiN library to do a quick smoke test on a web site after deployment. Among other things, I want to make sure that when I click on a specific link on my page, a PDF is opened in the browser. Clicking the link is easy, but how can I detect if Acrobat Reader was successfully opened in the browser window? I would like to catch situations like 404, server errors, or time-outs...</p>