Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 414,424 for

document

(0.49 sec)
  1. Converting a PCL file to TIFF using Python | As...

    Sample code on Python for PCL to TIFF conversion. Use example code for batch PCL to TIFF conversion with Python and .NET...convert programmatically a document from PCL to TIFF format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/p...
  2. Comment.Initial | Aspose.Words for .NET

    Discover how to manage user initials in comments effortlessly. Enhance engagement and personalize interactions with our easy-to-use property feature....their comment ranges using a document visitor. public void CreateCommentsAndPri...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  3. CommentRangeStart.Accept | Aspose.Words for .NET

    Discover the CommentRangeStart Accept method to enhance visitor engagement and streamline interactions on your site. Boost user experience today!...their comment ranges using a document visitor. public void CreateCommentsAndPri...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  4. PageRange constructor | Aspose.Words for Node.js

    PageRange constructor. Creates a new page range object....in the document, it is truncated to fit in the document on rendering...means the last page in the document. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Body constructor | Aspose.Words for Node.js

    Body constructor. Initializes a new instance of the [Body](../) class....doc DocumentBase The owner document. Remarks When Body is created...specified document, but is not yet part of the document and Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FormFieldCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all form fields from your Document with the FormFieldCollection Clear method, ensuring a streamlined and organized workspace....this collection and from the document. public void Clear () Examples...into a document, and process them with using a document visitor...

    reference.aspose.com/words/net/aspose.words.fie...
  7. HtmlSaveOptions.CssStyleSheetType | Aspose.Word...

    Discover how the CssStyleSheetType property in HtmlSaveOptions optimizes CSS export to HTML, MHTML, and EPUB formats for seamless integration....ExternalCssFilenames () { Document doc = new Document ( MyDir + "Rendering... which we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  8. OoxmlSaveOptions.compressionLevel property | As...

    OoxmlSaveOptions.compressionLevel property. Specifies the compression level used to save Document...compression level used to save document. The default value is CompressionLevel...saving an OOXML document. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.moveToDocumentStart method | As...

    DocumentBuilder.moveToDocumentStart method. Moves the cursor to the beginning of the Document....cursor to the beginning of the document. moveToDocumentStart () Examples...Examples Shows how to move a document builder’s cursor to different...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 .NET 中将 PDF 转换为 PowerPoint|Aspose.PDF for .NET

    Aspose.PDF 允许您使用 .NET 将 PDF 转换为 PPT(PowerPoint)格式。 一种方法是将 PDF 转换为 PPTX,并将幻灯片作为图像。...PptxSaveOptions 类的对象作为第二个参数传递给 Document.Save(..) 方法 。 以下代码片段展示了将 PDF...PowerPoint 创建 Document 类的实例。 创建 PptxSaveOptions 类的实例。 使用 Document 对象的 Save...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-power...