Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 18,544 for

document editor

(1.72 sec)
  1. Delete Stamps Globally|Aspose.PDF for Python vi...

    This example demonstrates how to delete rubber stamp annotations globally across all pages in a PDF using Aspose.PDF for Python via the Facades API. It shows how to remove stamps by ID without specifying individual pages....stamps throughout the entire document. The ‘delete_stamp_by_id()’...instance. Bind the input PDF document. Add rubber stamps to multiple...

    docs.aspose.com/pdf/python-net/delete-stamps-gl...
  2. PFA and PFB fonts Knowledge Base

    Discover PFA and PFB fonts and how they impact typography and printing. Learn best practices for managing these font formats effectively....easily modified using text editors or font editing software. Larger...edited or viewed using a text editor due to their binary nature...

    docs.aspose.com/font/net/what-is-font/pfa-pfb-f...
  3. Add Bookmark Action|Aspose.PDF for Python via .NET

    This example binds an input PDF, creates a bookmark labeled "PdfContentEditor Bookmark" that navigates to page 1, and saves the updated Document....quick navigation within PDF documents. Using PdfContentEditor ,...Bookmark action. Save the updated Document. import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/add-bookmark-act...
  4. Set Field Alignment Vertical|Aspose.PDF for Pyt...

    This example demonstrates how to set the vertical alignment of a form field in a PDF Document using Aspose.PDF for Python....layout: Open an existing PDF document. Create a FormEditor object...bottom. Save the modified document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/set-field-alignm...
  5. DocSaveOptions.alwaysCompressMetafiles property...

    DocSaveOptions.alwaysCompressMetafiles property. When ``false``, small metafiles are not compressed for performance reason...compression in a document while saving. // Open a document that contains...formula. let doc = new aw . Document ( base . myDir + "Microsoft...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Working with Clips in PS file| Python

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...] Add Clip in PS Document In a PS document, a clip is a boundary...graphics state in PS viewers or editors. Any content extending beyond...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  7. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated Document.... Bind the input PDF document. Add a rubber stamp annotation...its ID. Save the updated PDF document. import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  8. 删除附件|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,删除所有附件,并将修改后的 PDF 保存为不包含任何嵌入文件的版本。... 保存已更新的 Document。 import aspose.pdf.facades...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...

    docs.aspose.com/pdf/zh/python-net/remove-attach...
  9. Delete Stamp By Index|Aspose.PDF for Python via...

    This example creates two rubber stamps on page 2. After that, a stamp can be deleted by specifying its index.... Bind the input PDF document. Bind the input PDF file to...and 3. Save the modified PDF document to the output file using save(outfile)...

    docs.aspose.com/pdf/python-net/delete-stamp-by-...
  10. Move Field|Aspose.PDF for Python via .NET

    Move an existing form field to a different position in a PDF Document.... Bind the PDF document to the FormEditor. Move the...coordinates. Save the modified document. from io import FileIO import...

    docs.aspose.com/pdf/python-net/move-field/