Boost Documentation
Hi, what's the easiest way for me to get a pdf of the boost-documentation? I have a windows system with eclipse cdt, mingw and boost just unzipped. ...
Hi, what's the easiest way for me to get a pdf of the boost-documentation? I have a windows system with eclipse cdt, mingw and boost just unzipped. ...
I need to print one or more PDF brochures with each letter in a Word mail merge (based on the value of a field in the source query from SQL Server). Is this possible? Or is there another way of achieving this? ...
Hi, I am using C# .NET 2.0.I want to generate a PDF file . I should write a text in the file. What are the prerequsites we need to generate the PDF. Any simplae coding samples will help me. PLease suggest opensource libraries. Thanks in advance. ...
I'm displaying PDF file that are generated on-the-fly within a ASP page. The PDF generation (and download to the client) can take some time and I'd like to provide the user with some feedback (a loading message or something). AFAIK there's no way to know when the PDF is viewed because the DOM events get triggered when the Adobe Reader p...
Which is the right/best tag to use in my HTML file when I want to display the Adobe PDF viewer? Right now I'm using the code below, but there are weird side effects (e.g. it seems to steal the starting focus that I've set to another INPUT text box; it doesn't seem to play real well with the jQueryUI Resizeable class; etc.) <embed src="...
In my Java application, I have PDF files that I eventually need to convert to PCL and send to a RightFax server. I'll also need to embed codes in the PCL files that RightFax will read to know where to send the fax. What's the best approach towards doing this? Searching online, it seems like I could use Java's StreamPrintService to pr...
What tools/methods are available to build pcl stream from PDFs. We have a bunch of generated PDF files that get tied up into one big pdf. I need to generate a print job to print this with the ability to insert pcl escape sequences (to control paper feed and output bin stacking) per page. As of now we use the VB.Net printing classes, con...
Is it possible to get access to "internal" links in PDF documents using CGPDFDocument, or other means? I'm building a simple reader app and would like to deliver my content in PDF form, but if I can't support links between pages in the doc this probably isn't going to work. This question is similar, but does not address the issue of ho...
Hi I know about several PDF Generators for php (fpdf, dompdf, etc.) What I want to know is about a parser. For reasons beyond my control, certain information I need is only in a table inside a pdf and I need to extract that table and convert it to an array. Any suggestions? ...
What are the maximum no of objects that a PDF file can have? ...
What would be the best method to create thumbnails generated from supplied pdf's using C#? The solution would have to run on Windows Server 2008 and will ultimately be ported to Azure. ...
How can you remove the pagebreak between two pieces of text at the bottom of the pdf file without having the source of the original document? I use Ubuntu. -- Just for curiosity: I put the document with the pagebreak to my LaTeX -document. I converted it to PDF by pdflatex. Pdflatex ignores the second page completely. If somebody know...
Hi all, I tried to read the related questions and didn't find any new tool. Here is my problem : i generate some PDF files for an insurance from the data in my app. Stuff like, contracts, certificates, bills etc. The insurance guy gives me the templates files as .docs with fields in them and I have to fill in the fields with my data a...
I'm using CGPDFDocumentRef to render PDF content for an ebook app. This works great, but it seems to preclude allowing the user to read text in "landscape mode" by tilting the phone- I have no way to reflow the text to make use of the wider space. (Yes, I can scale the whole page to fit the new space, but that's not really helpful to t...
Background: We've created a client portal that selects desired data points from our database and outputs them as XML. The client has provided us with their desired format in the form of an XSLT stylesheet. So our deliverable to them is preferably the most user-friendly format possible, preferably a PDF. Our service is in Perl, so we've ...
I have a sharepoint list and I needto transform it into a document(any type) and export it pdf. Would you have any tips on the best way to do this? I have crystal reports but not sure if this is the correct use case for this. ...
Hello, I am developing an ASP.NET MVC website. The reporting is done by SQL Server Reporting Services. I know how I can make a PDF file out of a report without showing it, yet I'm not sure what's the easiest/best way to store this file an make it available for download in MVC or send it via email (out of MVC). Any help or direction wou...
I'm trying to reproduce standard PDF viewer. I've copied sources but after they are deployed to the emulator the following error appears in log when user hits 'next'/'prev' page in it: Error: service request: palm://com.palm.pdf is not running This is happened in the following code: executeJump: function ( numPages ) { Mojo.Log.inf...
I'm looking for a good and lightweight library (preferably C or C++) to password protect PDF files from copying, editing and printing. Preferably free or cheap commercial variant, since i want library only to use this functionality. Thanks in advance. ...
I use ABCpdf to create a PDF in C#. PDF letters are then appended to this, with 0 to many PDF brochures appended after each letter. What I need to do is print the letter out on letter head and the brochures out to blank paper (Assuming the letter head is in tray 1 and blank paper in tray 2). Page 1Letter1 Page 2 Brochure1 Page 3Bro...