Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 15,950 for

ape

(2.21 sec)
  1. Optimize, Compress or Reduce PDF Size in Python...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with Python....pdf as ap # Open document document = ap . Document ( input_pdf...aspose.pdf as ap # Open document document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/optimize-pdf/
  2. unifiedsaveoptions - Aspose.PDF for Java - API ...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....handles events of PDF to APS and APS to [Other format] progress...events of conversion Pdf to APS to generate total progress events...

    reference.aspose.com/pdf/java/com.aspose.pdf/un...
  3. 通过 Python 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Python for .NET 将 PDF 转换为 DOCX、PPTX、XLS、XLSX、EPUB、TEX、MHTML、Markdown 等...pdf as ap input_pdf = DIR_INPUT + "sample...doc" // 加载源 PDF 文件 document = ap . Document ( input_pdf ) // 使用保存选项进行保存...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  4. Solution de conversion de format PDF via Python...

    Convertissez des PDF en DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown et plus en utilisant Python for .NET...pdf as ap input_pdf = DIR_INPUT + "sample...fichier PDF source document = ap . Document ( input_pdf ) // Enregistrer...

    products.aspose.com/pdf/fr/python-net/conversion/
  5. Dodaj znak wodny do pliku PDF za pomocą Python ...

    Kod źródłowy Pythona do dodawania znaku wodnego do pliku PDF na platformie .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....pdf as ap doc = ap . Document ( "1.pdf" ) artifact = ap . WatermarkArtifact...artifact_horizontal_alignment = ap . HorizontalAlignment . CENTER...

    products.aspose.com/pdf/pl/python-net/watermark...
  6. Convert PDF to Excel in Python|Aspose.PDF for P...

    Aspose.PDF for Python library allows you to convert PDF to Excel format using Python. These formats include XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  7. Manipulate Tables in existing PDF|Aspose.PDF fo...

    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....pdf as ap # Load existing PDF file pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/manipulate-table...
  8. ApsSaveOptions | Aspose.PDF for .NET API Reference

    Save options for export to APS XML format....class Save options for export to APS XML format. public class ApsSaveOptions...shows how to convert PDF file to APS file [C#] // The path to the...

    reference.aspose.com/pdf/net/aspose.pdf/apssave...
  9. Move PDF Pages programmatically via Python|Aspo...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/python-net/move-pages/
  10. ApsLoadOptions | Aspose.PDF for .NET API Reference

    Class describes aps load options....ApsLoadOptions class Class describes aps load options. public class ApsLoadOptions...example shows how to convert APS file to PDF file [C#] // The...

    reference.aspose.com/pdf/net/aspose.pdf/apsload...