Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 423,802 for

document

(2.46 sec)
  1. 在 PS 文件中使用页面 | Python

    如何将页面添加到 PS 文件是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能...Copy 1 # The path to the documents directory. 2 data_dir = Util...stream for the PostScript document 5 with open (data_dir + "document1...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  2. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF Document containing text - Hello World using Aspose.PDF for Java....Instantiate a Document object Add a Page to document object Create...page Save the resultant PDF document The following code snippet...

    docs.aspose.com/pdf/java/hello-world-example/
  3. PdfSaveOptions.ZoomFactor | Aspose.Words for .NET

    Discover PdfSaveOptions' ZoomFactor property to easily adjust Document zoom levels in percentages, enhancing your PDF viewing experience....factor (in percentages) for a document. public int ZoomFactor { get...rendered PDF document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties class. A collection of custom Document properties. To learn more, visit the Documentation article in C++....class A collection of custom document properties. To learn more...the Work with Document Properties documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. ProtectionType enumeration | Aspose.Words for N...

    Aspose.Words.ProtectionType enumeration. Protection type for a Document....enumeration Protection type for a document. Members Name Description...only modify comments in the document. AllowOnlyFormFields User...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChmLoadOptions.originalFileName property | Aspo...

    ChmLoadOptions.originalFileName property. The name of the CHM file...originalFileName () : string Remarks CHM documents may contain links that reference...reference the same document by file name. Aspose.Words supports...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add Page Stamp to PDF using Python | Aspose.PDF

    Add page stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET....aspose-pdf Add Page Stamp to PDF Document Python You need Aspose.PDF...instance of Document. Open a PDF document using Document object....

    products.aspose.com/pdf/python-net/stamps/page/
  8. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced Document saving in XamlFixed format. Unlock advanced features for superior results!...additional options when saving a document into the XamlFixed format...the Specify Save Options documentation article. public class XamlFixedSaveOptions...

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

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word Documents without utilizing Microsoft Word in Java....and printing Microsoft Word documents without utilizing Microsoft...Automation and System.Xml. A document in Aspose.Words is represented...

    reference.aspose.com/words/java/com.aspose.words/
  10. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....// Open document auto document = MakeObject < Document > ( _dataDir...inputFileName ); for ( auto page : document -> get_Pages ()) { auto r...

    docs.aspose.com/pdf/cpp/rotate-pages/