Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 53,968 for

import document

(0.09 sec)
  1. Online XLSX File Text Finder or Build XLSX Sear...

    Free online app to search in XLSX file. C++ API code for any XLSX file text search application....Search Xlsx Online Searchable Document App and XLSX Text Search Library...Develop powerful C++ based XLSX document search engine software or...

    products.aspose.com/total/cpp/search/xlsx/
  2. Resize PDF document|Aspose.PDF for .NET

    This section explains how to resize a PDF Document with Aspose.PDF Facades using the PdfFileEditor class....PDF document Contents [ Hide ] You can change the document size... You can scale the entire document or specific pages. There are...

    docs.aspose.com/pdf/net/resize-pdf-document/
  3. PDF-to-PPTX in Java: Conversion Error - com.asp...

    When converting the PDF and then to PPTX, report is failed with ArgumentException. Aspose version: implementation ‘com.aspose:aspose-pdf:26.1’ implementation ‘com.aspose:aspose-slides:26.2:jdk16’ Stack Trace: com.a…...] Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/pdf-to-pptx-in-java-conversi...
  4. View DOTM File Online and Load or Read DOTM Fil...

    Free online DOTM file viewer app. Python API code to read and load DOTM file for viewer application....File Online and Load or Read Document via Python Develop powerful...powerful Python based DOTM document viewer utility application. Code...

    products.aspose.com/total/python-net/viewer/dotm/
  5. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases.... import aspose.pdf as ap def optim...outfile ): with ap . Document ( infile ) as document : optimize_options...

    docs.aspose.com/pdf/python-net/whatsnew/
  6. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…... import com.aspose.imaging.Image; import com.aspose...PdfOptions; import com.aspose.pdf.ConvertErrorAction; import com.aspose...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  7. 使用 Python 从 PDF 中获取水印 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 使用 Python for .NET 示例代码,以编程方式从 PDF 文件中获取水印...中获取水印-Python import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  8. Set Field Script|Aspose.PDF for Python via .NET

    This code snippet shows how to assign a JavaScript action to a form field in a PDF Document using Aspose.PDF for Python....Open an existing PDF form document. Add a JavaScript action to...modified PDF document. import aspose.pdf as ap import aspose.pdf...

    docs.aspose.com/pdf/python-net/set-field-script/
  9. NodeImporter.import_node method | Aspose.Words ...

    NodeImporter.Import_node method. Imports a node from one Document into another....import_node method import_node(src_node, is_import_children)...is_import_children) Imports a node from one document into another. def import_node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Concatenate Two PDF Files|Aspose.PDF for Python...

    Concatenate two PDF files into a single Document using Aspose.PDF for Python....merge two PDFs into a single document using the concatenate method...Two PDF Files. import aspose.pdf as ap import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/concatenate-two-...