Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 41,496 for

document properties

(0.08 sec)
  1. How to Convert PDF to PDF X1A in Java

    This short how-to guide describes the process on how to convert PDF to PDF X1A in Java. It has details about setting the IDE, a list of steps defining the programming tasks, and a runnable sample code to develop a PDF to PDF X 1A converter in Java....the source PDF file into the Document object that is to be transformed...class for setting different properties Set text alignment, the log...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-pd...
  2. Extract Images from Worksheets using ImageOrPri...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... AI Document Assistant Close Render Sequence...using PageIndex and PageCount Properties of ImageOrPrintOptions Create...

    docs.aspose.com/cells/net/extract-images-from-w...
  3. Add Table of Contents to PDF using Java

    Add table of contents to PDF using Java. Learn the process using the detailed steps and a sample code for adding a clickable table of contents in PDF using Java....Load the PDF file into the Document object, get the total number...TextFragment to define the properties of the table of contents...

    kb.aspose.com/pdf/java/add-table-of-contents-to...
  4. How to Convert PDF to TIFF using Python

    This article briefs on how to convert pdf to tiff using python. For conversion of PDF to TIFF Python sample code along with description and IDE settings are provided....source document to be converted to TIFF using the Document class...TiffSettings object to set other properties of the TIFF Create the TiffDevice...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  5. AxisTickLabels class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisTickLabels class. Represents Properties of axis tick mark labels....Represents properties of axis tick mark labels. Properties Name Description...appearance of its axes. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Crash when cloning a cell - Free Support Forum ...

    Hello Aspose, I get a NullRefException when cloning a cell (Cell.Clone()). To reproduce please try this: private static string CellCloneBug(Page page) { var t = new Table(); var r = t.…...crash when saving a document or calling Document.ProcessParagraphs()...CellCloneBug() { var pdfDocument = new Document(); var page = pdfDocument...

    forum.aspose.com/t/crash-when-cloning-a-cell/29...
  7. Add, Get, or Remove Watermarks in PDF Using Pyt...

    Add, get or remove watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...the PDF with an instance of Document. Create an instance of WatermarkArtifact...WatermarkArtifact. Set properties of WatermarkArtifact object....

    products.aspose.com/pdf/python-net/watermark/
  8. Add Image Stamp to PDF using C++ | Aspose.PDF

    Add image stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++.... powerful and easy to use document manipulation API for cpp platform...Cpp Add Image Stamp to PDF Document C++ You need Aspose.PDF for...

    products.aspose.com/pdf/cpp/stamps/image/
  9. Forms2OleControlCollection Class | Aspose.Words...

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlCollection class, your solution for managing Forms2OleControl objects efficiently in Document processing....Working with Ole Objects documentation article. public class Forms2OleControlColl...The default constructor. Properties Name Description Count {...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Delete PDF Pages programmatically|Aspose.PDF fo...

    You can delete pages from your PDF file using Java library....// Open document Document pdfDocument = new Document ( _dataDir..._dataDir ); } Get and Set Page Properties Change PDF Page Size Programmatically...

    docs.aspose.com/pdf/java/delete-pages/