Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 187,798 for

paged

(0.19 sec)
  1. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....a new PDF document and add a page. Create and add the red layer...add a blank page document = ap . Document () page = document ...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  2. Add Image to Existing PDF File|Aspose.PDF for P...

    This section describes how to add image to existing PDF file using PHP....Contents [ Hide ] Every PDF page contains Resources and Contents...Get the page you want to add an image to. Add a new page to the...

    docs.aspose.com/pdf/php-java/add-image-to-exist...
  3. إدراج صورة|Documentation

    يشرح هذا القسم كيفية إدراج صورة في صفحة visio مع Aspose.Diagram. دعم استخدام جافا لإدراج الصورة وحفظها بتنسيق pdf و svg و html و image و xps وتنسيقات أخرى....Page كائنات. أدخل الصورة في Visio...AddImageToPage . class ) + "Pages/" ; // load an existing Visio...

    docs.aspose.com/diagram/ar/java/drawing/insert-...
  4. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Get the pages collection of the document using...document_get_pages function. Add a new page to the pages collection...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  5. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks....tables that already exist on page of PDF document. A new class...TableAbsorber () # Visit first page with absorber absorber . visit...

    docs.aspose.com/pdf/python-net/manipulate-table...
  6. Menggunakan FloatingBox untuk generasi teks|Asp...

    Halaman ini menjelaskan cara memformat teks di dalam floating box....Document ()) { var page = document . Pages . Add (); // Create..."text example" )); // Add box page . Paragraphs . Add ( box );...

    docs.aspose.com/pdf/id/net/floating-box/
  7. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....painting a graphical shape on the page. An operator keyword is distinguished...elements to be painted on a page. More details about PDF operators...

    docs.aspose.com/pdf/net/working-with-operators/
  8. PageExtractOptions.UnlinkPagesNumberFields | As...

    Replace NUMPAGES fields with actual values in extracted pages for accurate numbering using UnlinkPagesNumberFields....Show how to reset the initial page numbering and save the NUMPAGE...doc = new Document ( MyDir + "Page fields.docx" ); // Default behavior:...

    reference.aspose.com/words/net/aspose.words/pag...
  9. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....Allows to control how separate pages are saved when a document is...exported to fixed page format. getPageSet() Gets the pages to render...

    reference.aspose.com/words/java/com.aspose.word...
  10. Ajouter un objet Ligne au fichier PDF|Aspose.PD...

    Cet article explique comment créer un objet ligne dans votre PDF en utilisant Aspose.PDF pour C++....PDF Ajoutez une Page à la collection de pages du fichier PDF Créez...paragraphes de l’instance de page. Créer une instance de Rectangle...

    docs.aspose.com/pdf/fr/cpp/add-line/