I want to read pdf file and i want to store it's detail in my database.
But i could not read pdf file & store it in sql database in asp.net using c#. So, please give me a solution if anyone knows...
Very very thanx in advance
...
Question: how can you create a pdf where the output is vertically
justified, with for example, a one inch margin on top using pdf().
For example in
pdf(file='test.pdf', paper='letter', pagecentre=F)
### code for plot here ###
dev.off()
is there an option where it generate output that starts from the top of the
page rather than print...
Is it possible to create a thumbnail image from a PDF file using Coldfusion 8? (thumbnail of a given page, defaulting to page 1)
...
I am using prawn to generate a pdf. So far everything has been rather straight forward. I am having a problem defining the leading between lines of text.
For example: when using a text_box
pdf.text_box "Ipsum dolor sit amet consectetue?",
:width => pdf.bounds.width - 10, :height => 150,
:overflow => :ellipses
This will genera...
I have a client who saves a lot of newsletters in Microsoft Publisher 2007. They want to be able to archive these in pdf format on a website which I'm building. Aside from having them be forced to export the file to pdf from Publisher then upload it to our site for archival, is there any library out there that can help me convert Publi...
I am trying to fix the height and width of image in pdf generated using fop 0.95.
Here is the code used for it
<fo:external-graphic src="s\image.png" height="2.00in" width="2.00in"/>
Following also does not work
<fo:external-graphic src="s\image.png" content-height="scale-to-fit" height="2.00in" content-width="2.00in"/>
These giv...
Drawing circles on PostScript is easy, and I'm surprised that PDF apparently doesn't carry over those same primitives. There are plenty of commercial libraries that will do it, but shouldn't it be simpler than that?
There are also some tricks using Bézier curves, but you don't get a perfect circle and you have to draw them in connecting...
I've created a bunch of views in a database and I'd like to export them to pdf. However phpmyadmin lets me only put a title on each page and it's very limited to how i can layout the output.
does anybody have some recommendations of software/scripts they used?
...
I need to generate a PDF from a JSP JSF page. I have searched the net, but I didn't found any examples of how should I do this. I need to transform the whole page, or maybe only the charts that I have on that page.
P.S. I'm also using IceFaces.
...
Some of our customers ask for end-user documentation in a format that’s suitable for printing. Currently, I use Microsoft Word 2002 to write the documents and a non-free PDF printer to generate a PDF file with searchable bookmarks. Then I store both files in the Subversion repositoryT. While it does the job, it has a few drawbacks:
It ...
All,
Is there any tool to convert PDF to XLS on linux....
Thanks.
...
I want to view a local PDF (in my iPhone app) and be able to jump to a specific page. Seems like the UIWebView is the way to go, however, I can't find any information on jumping to specific pages. Is this impossible? Are there any other techniques I can use?
thanks,
Howie
...
Hello..
i would like to know is there any way to convert .doc or any file to .pdf file in iphone app.
Thanks in Advance..
...
how do i add another page to the document and start writing to it in vb.net please
...
Hello,
I am using Doxygen to generate a PDF of my code documentation. The PDF has very big margins when using PAPER_TYPE = letter. It looks ok when using a4wide but I would like to have more control over it. I want to use a package called geometry but can't figure out where to add code like this:
\usepackage[top=2.9cm,left=2in,bottom...
I want to programmatically parse a pdf file, look for certain phrases and find out the page number that each phrase is on. Is this possible (I understand that pdf is not like a text file)? Is so, are there libraries out there that can help?
...
Hi,
I am trying to extract a range of pages from a multipage pdf file into individual jpegs using convert (Imagemagick). The extraction works fine. What I am stuck on is that if I want to extract page range 10-20, I still get out jpeg files with names page-0.jpeg to page-9.jpeg while I want them to be named page-10.jpeg to page-20.jpeg....
In reference to an earlier post (http://stackoverflow.com/questions/1980890/pdf-report-generation)
I have decided to use a solution similar to http://www.alistapart.com/articles/boom
For those of you who don't want to read either reference - I'm creating a report and need it as a PDF. I've decided to go the HTML -> PDF route using .NE...
i need to place table2 after the end of table1. i do not know the height of table1. how do i get the height of table1? in vb.net please
...
I am using ExtractingRequestHandler in Solr for getting document content and index it. It works fine for all Microsoft Documents, but for PDFs, the content being extracted is empty. I have also tried the extractOnly=true with curl, and that also returns just the empty body.
I have used TIKA independently on the same documents and that e...