Quantcast
Channel: Aspose.Pdf Product Family
Browsing all 3131 articles
Browse latest View live

How to get text out of Aspose.Pdf.Cell

Hi,in Aspose.Pdf.Generator.Cell, you can get cell text using cell.GetText() method.What to use in Aspose.Pdf.Cell to get cell's text ?

View Article


How to find dimensions of a cell I just added to page

Hi,Is there anyway I can find out the dimensions + height + width of cell I just added to the page ?This is what I am doing,           Document document = new Document();            Page page =...

View Article


How to add link to text to a merged document

I am trying to add text and want to link it to a specific page - document will be merged later on in the code. I tried adding this code, but it doesn't work,var pdf = new Aspose.Generator.Pdf(); //...

View Article

Problem with zooming of Pdf FIle

Hey thereI have a problem with zooming of pdf filesWhen i apply this codecom.aspose.pdf.Document doc=new com.aspose.pdf.Document("C:/Users/himran/Documents/Original.pdf");...

View Article

How to get width of a text

Hi,I am in need of a method which will get width of a string dynamically for any given specific font.Using Aspose.Pdf.Generator.Pdf I had a option of "pdf.GetStringWidth()" but on warmful...

View Article


Font 'Times New Roman' not found. Please make sure the customer font file is...

I getting the following exception when calling pdf.save() on a "aspose.pdf.Pdf" object:Caused by: java.lang.IllegalStateException: Font 'Times New Roman' not found. Please make sure the customer font...

View Article

extract dc metadata from pdf

Hello,I would like to extract the dc metadata from a pdf file. Using the getByDefaultMetadataProperties, I am able to extract the creatorTool, creatorDate, ModDate, ModCreator, and Identifier, but I...

View Article

Updating paragraph not working

Hi, I am trying two things here,1 - Get number of pages after adding some tables to document dynamically, table may have dynamic cells that take more then 1 page.2 - Update cell text after counting...

View Article


Can i get Aspose.Pdf.Generator.Pdf.PageCount before saving it ?

I am creating a Pdf like this,  var fruitPDF = new Aspose.Pdf.Generator.Pdf();  Section crateSection = fruitPDF.Sections.Add();  // adding texts, paragraphs and what not here... total dynamicnow Here i...

View Article


FillFormField give a null reference exception

Hi. Im using aspose version 9.0.5Im following the documentation code to fill Form field of an existing pdf file and it's  not working.When I set the TextBoxField.Value = "xxx"; the field get set but I...

View Article

Applying a digital signature to a PDF

I need to pull a certificate off a smart card and use it to apply a digital signature to a PDF file.  I have software to access the smart card, but once I get the certificate, what is Aspose looking...

View Article

converting PDF to PDF/A increases file size

I had asked about this in an earlier thread:http://www.aspose.com/community/forums/thread/562315.aspxAnd was instructed:You may used Aspose.Pdf for .Net for optimizing the PDF file. Please check...

View Article

Support for HTML to PDF conversion

Hello,  We are curious about the extent of the "known issue" of non-support for HTML-to-PDF conversion.http://www.aspose.com/docs/display/pdfjavaold/HTML+to+PdfWe have prototyped a simple test case...

View Article


How can we convert a pdf to word through Aspose..

Hi, This is Sumit Agarwal How can I convert a pdf (Stream) to word with the help of AsposeThis message was posted using Banckle Live Chat 2 Forum

View Article

Legacy Batch-Print Pdf printing

Hi,just looking for some advice we have a legacy part of a system that uses Batch-Print to print PDF's that are placed into a certain folder, we are unable to change that at the moment, but that is the...

View Article


Linux Mint

Is Aspose Total for Java support on Linux Mint 17? I am having issues with a couple of your sample apps. For the following one I am getting an index out of bounds exception on...

View Article

extract the pdf table data using java

i want to read a table from pdf 

View Article


pdf.save() keeps working inflating the size upto 1G and works forever

Hello, In some cases where we add word documents, using the following code ByteArrayInputStream bais = new ByteArrayInputStream(docToString(fo).getBytes("UTF-8")); Pdf pdf = new Pdf();...

View Article

Issue to Add/Read Barcode from PDF Efficiently

I use attached java program (based on your sample) to add barcode 39 to a 38 page PDF, and then try to read back the barcode, to verify the written bar code.  Original PDF (38.pdf) and result PDF (38...

View Article

Aspose.Pdf for Reporting Services 3.0.0 installation issue

Hi Team,I've just downloaded PDF for SSRS 3.0 and copied the dll into C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssembliesbut I'm getting an error - could not load file or...

View Article
Browsing all 3131 articles
Browse latest View live