Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 97,370 for

object

(2.52 sec)
  1. Add and Delete PDF Bookmarks in Python|Aspose.P...

    Learn how to add and delete bookmarks in PDF documents using Python....Bookmarks are held in the Document object’s OutlineItemCollectio collection...PDF document using Document object. Create a bookmark and define...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  2. PDF Document Compression | Aspose.PDF

    Optimize PDF files on any platform programmatically with this sample code using Aspose.PDF Library...PDF document using Document object. Call the method for optimization...document object, which removes unnecessary objects and compresses...

    products.aspose.com/pdf/compress/
  3. Convert PDF to PNG|Aspose.PDF for Android via Java

    This page describes how to convert PDF Pages to PNG image, convert all and single pages to PNG images with Aspose.PDF for Android via Java....png" ); // Create stream object to save the output image try...toString ()); // Create Resolution object Resolution resolution = new...

    docs.aspose.com/pdf/androidjava/convert-pdf-to-...
  4. Page Count way off - Free Support Forum - aspos...

    I loaded the attached PDFi nto an Aspose Document and the reported page count is 7 but there are 429 pages in the PDF David-Foster-Wallace-Infinite-Jest.pdf (4.7 MB) LoadOptions loadOptions = new LoadOptions(); loadOpt…...Words Document Object Model . But on the other hand...structure into the Flow Document Object Model. Unfortunately, such...

    forum.aspose.com/t/page-count-way-off/326236
  5. Draw Lines on PDF using Python

    This article explains how to draw lines on PDF using Python. It has the details to set the IDE for the development, a list of steps, and sample code to add lines to PDF using Python....graph object by setting its size Add this graph object to the...shapes collection in the graph object and save the PDF These steps...

    kb.aspose.com/pdf/python/draw-lines-on-pdf-usin...
  6. Aspose.Words.Rendering module | Aspose.Words fo...

    The Aspose.Words.Rendering module provides classes that allow to customize printing or rendering of documents....corresponding methods on the Document object. Classes Class Description...vector image or to a Graphics object. To learn more, visit the Working...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file....method takes a Scene class object as a parameter and another...another one takes a Mesh class object as a parameter as shown in this...

    docs.aspose.com/3d/python-net/build-tangent-and...
  8. Delete Images from PDF File using C++|Aspose.PD...

    This section explain how to delete Images from PDF File using Aspose.PDF for C++....PDF file: Create a Document object and open the input PDF file...the image from the Document object’s Pages collection . Images...

    docs.aspose.com/pdf/cpp/delete-images-from-pdf-...
  9. Get Field Facades|Aspose.PDF for Python via .NET

    This example demonstrates how to read the values of specific form fields from a PDF document using Aspose.PDF Facades API....a Form object. Bind the PDF document to the form object. Retrieve...document.""" # Create Form object pdf_form = pdf_facades . Form...

    docs.aspose.com/pdf/python-net/get-field-facades/
  10. Extract and Save an Attachment|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to get all attachments from a PDF document. Also, you can get an individual attachment from your document....file: Loop through the Document object’s EmbeddedFiles collection...represents a FileSpecification object. Each iteration of the foreach...

    docs.aspose.com/pdf/cpp/extract-and-save-an-att...