itextsharp: how to move the datatable?
as you can see my data table is a little too much on the right, how do i move it more to the left? please include answer in vb.net ...
as you can see my data table is a little too much on the right, how do i move it more to the left? please include answer in vb.net ...
Anyone come across anything else that is similar or close in quality/features? Cheers. ...
Hello Everyone, I'm having some issues getting my pdf file to display in my jsp page. I have the pdf saved on my tomcat server with a file location as follows c:/tomcat 6.0/webapps/appname/reports/saved/filename.pdf I am trying to open that file (preferably not using the c: location) and displaying it in an iframe in my jsp file using ...
I am trying to silent print PDF files from within a java application (mroe specifically a J2EE Webapp). Within this application I am creating PDF files with iText. The files created are form letters, each consisting of exactly one page. To render and print out this PDF files I tried to use the pdf-renderer library. (See here: https://p...
Is there any way we can specify the max number of chars a TextField can take in the PDF form created using iText? ...
i am trying to change the font on a pdftable and i have this hint in java but need some help to put it into vb.net PdfPTable table = new PdfPTable(3); table.AddCell("Cell 1"); PdfPCell cell = new PdfPCell(new Phrase("Cell 2", new Font(Font.HELVETICA, 8f, Font.NORMAL, Color.YELLOW))); ...
i would like to use pyPdf to split a pdf file based on the outline where each destination in the outline refers to a different page within the pdf. example outline: main --> points to page 1 sect1 --> points to page 1 sect2 --> points to page 15 sect3 --> points to page 22 it is easy within pyPdf to iterate ove...
I'm writing a PDF viewer/annotator for Windows and require a PDF virtual printer driver. Can anyone recommend one? It needs to be brandable, so it doesn't mention the 3rd party vendor's name on it, just our name. In fact it could ideally be so simple it featured no branding. NovaPDF looked promising, but they expressly forbid anyone cr...
Hello guys, Can anyone point me to a .net library that is capable of exporting a PDF document to a set of images, where each image represents a page from the original PDF file. Any suggestions would be highly appreciated! Best Regards, K ...
Is there a problem with xml tags that have a dash in them?? I am trying to generate a pdf from and xsl and an xml.. I have the following for example: <car> <name>toyotoa</name> <color-value>green</color-value> </car> In my xsl I have something like <fo:inline font-weight="bold"> <xsl:value-of select="name" /> </fo:inline> th...
Hi all. We are generating pdf using apache's xsl fo engine, namely fop 0.95. We have been successful in displaying arabic text from xml to pdf. But there is some problem in the direction of the displayed words. If we have 'sangam' (please assume that 'sangam' is in arabic) in xml, it gets displayed as 'magnas'. Has anyone encountered th...
I want a C library for generating image snapshots of PDF files. Then I would use this to generate the thumbnail of the first page. Is there a library for this? ...
Is it possible to extract fonts that are embedded in a PDF file to an external ttf file using some utility or script? If the fonts that are embedded (or not embedded) to a PDF file are present in system. Using pdf2swf and swfextract tools from swftools I am able to determine names of the fonts used in a PDF file. Then I can compile res...
I am working on an application where I am writing some automation framework for testing a web application. I am using Watij / Watin for the framework, but have run into a problem with verifying the PDFs generated have the correct content. I know I can use IText or a native PDF library to load up the PDF, but I am wondering if there is ...
I have a form button that submits the data to generic script (the same page that the form is loaded from, index.php) and if the right POST variables are submitted to that script, it returns a PDF for the user to print (with the relevant form info loaded, and other DB info, etc). The problem is that no matter what I set the content-type ...
Hello, Is there .NET component which can convert XLS to password protected PDFs? Thank you in advance. ...
i have an image that i just want to place all the way at the bottom of the page. how do i do this? ...
in vb.net please if possible ...
Hi, We have a magento commerce site running on an IIS 6.0 server with PHP 5.2.11 running magento. Whenever user tries to use the print to download pdf to their computer from the admin panel the download does not complete. I can see that the full file is downloaded to the computer but the browser still keeps on saying it is downloading....
It is possible to use JavaScript to set the pixel y-offset of a UIWebView, e.g.: [webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"scrollTo(0, %d)", offset]]; So is there a way to get: The pixel height of an individual page of a PDF within the web view? The size of the gap between pages? Is this informat...