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

Extracting table TextFragments works inconsistently

Hi,I'm working on extraction of table data via reading TextFragment / TextSegment objects. I ran into certain type of tables that report all table cell entries as a single fragment, although they...

View Article


Problem With Setting/Getting Combobox Value Via FillField

I ran into some problems when I tried to set the value of a combobox using FillField method.I need to be able to set the combobox value programmatically and retrieve that value later.Eg: I have a...

View Article


conversion from pcl into pdf using Aspose.pdf dll in C#.net

hi,i'm converting pcl files into pdf file format using Aspose.pdf dll in C#.netsource code:using Aspose.Pdf;using System.IO;namespace pcltopdf{    class Program    {        static void Main(string[]...

View Article

FreeTextAnnotations are not consistent in the use of Intent property

When using the FreeTextAnnotation object, the Intent property is not always populated as defined in the documentation.For example, in the attached file named "Text box and  Callout.pdf," if I look at...

View Article

Problem with HOCR

HiI'm having an issue trying to embed HOCR data into a PDFMy code looks like this     Document doc = new Document("c:/bad/1704-01-2012-017-C003-029.pdf");            doc.convert(new...

View Article


Font problem when converting from a PDF to PNG

When converting to a PNG, the text font from the second page of the PDF (To access TV Everywhere...) is being changed to some other font.  I have attached the PDF and PNG files here as well as Word...

View Article

How to extract font styles of text contents from pdf???

How to extract font styles of text contents from pdf???

View Article

Object Reference Not Set error converting Pdf to Html

Hi, I am attempting to use Aspose for Pdf .NET (eval) to convert a pdf file to HTML format. Below is the simple method I used to accomplish this. The Pdf.Document object is created OK, but I get an...

View Article


Sign pdf using pcsk

Hi,With Apose, is it possible to digitally sign a PDF document using a pcsk11 key?Regards.Jose

View Article


Could not load file or assembly 'Aspose.Pdf' or one of its dependencies....

When deploying web application with Aspose.Pdf we get the following error:    Exception type: ConfigurationErrorsException     Exception message: Could not load file or assembly 'Aspose.Pdf,...

View Article

Problem saving new PDF to PDF-A standard

Hi there,I tried to use the simple example of converting an image via aspose pdf. aspose.pdf.Pdf pdf1 = new aspose.pdf.Pdf(); aspose.pdf.Section sec1 = pdf1.getSections().add(); aspose.pdf.Image img1 =...

View Article

How to Extract Text from an particular rectangle region??

Here is my codecom.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document("/home/parkavi/Pdffiles/pages/page_0001.pdf");//Create rectangle object to get fields in that...

View Article

Not detecting all of the Annotation types in the PDF SChema

Using Aspose.PDF to detect Annotations fails with the following Annotation types noted in the the PDF 32000-1:2008 schema:ScreenPrinterMarkTrapNetWatermark3DRedactHere's the sample code and I've...

View Article


.NET WebBrowser completed form to PDF

We are evaluating products to see if anything might fit our requirement.  We have a .NET WebBrowser control and it contains various formats including textboxes, checkboxes, radio buttons, signature...

View Article

RTF file repaginates when saved with Aspose

When we remove metadata on an RTF file the pagination changes.  Actually before I redacted the file I've submitted, it was also changing the indentation level at some of the automatically number...

View Article


compression routine PDF or PDF/A still increases size of file

Aspose.Pdf for .NET 9.6.0Our developer has been working with the compression information you provided but the results are minimally better. This is what we are doing:publicvoid Save()        {...

View Article

FileSpecification from stream - Modified is Unknown

Hi,We have the issue while adding attachment into a PDF file by using FileSpecification with stream.using (System.IO.Stream ms = ...){   pdf.EmbeddedFiles.Add(new FileSpecification(ms, file.ID));}The...

View Article


Problem with HOCR

HiI'm having an issue trying to embed HOCR data into a PDFMy code looks like this     Document doc = new Document("c:/bad/1704-01-2012-017-C003-029.pdf");            doc.convert(new...

View Article

conversion from pcl into pdf using Aspose.pdf dll in C#.net

hi,i'm converting pcl files into pdf file format using Aspose.pdf dll in C#.netsource code:using Aspose.Pdf;using System.IO;namespace pcltopdf{    class Program    {        static void Main(string[]...

View Article

XSL-FO border-width propery

Hi, how I can set line width less than thin? I used different units: (1px, 1pt) and small values (0.1px, 0.1pt, 0.1mm) and line width always the same. Test xsl in attachment. Thanks!

View Article
Browsing all 3131 articles
Browse latest View live