Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 351,000 for

document

(0.27 sec)
  1. FieldSaveDate.UseSakaEraCalendar | Aspose.Words...

    Effortlessly manage dates with FieldSaveDate's Saka Era Calendar feature. Easily toggle settings for enhanced date tracking and organization....display the date/time of the document’s most recent save operation...Word. Document doc = new Document ( MyDir + "Document.docx" );...

    reference.aspose.com/words/net/aspose.words.fie...
  2. PdfSaveOptions.jpegQuality property | Aspose.Wo...

    PdfSaveOptions.jpegQuality property. Gets or sets a value determining the quality of the JPEG images inside PDF Document....the JPEG images inside PDF document. get jpegQuality () : number...option. Has effect only when a document contains JPEG images. Use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ColorPrintMode Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Rendering.ColorPrintMode enum for optimized color printing. Control how non-colored pages are printed for enhanced Document quality....and a printer to print the document with, and then bring up a...a print preview. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.ren...
  4. Convert Multi-Page Documents to a Single Image ...

    Aspose.Words for .NET 25.6 adds multi-page Document export to a single image with custom layouts, ideal for sharing, printing, or visual display....you to export a multi-page document to a single raster image ...need to share or display the document as a single visual file. What’s...

    blog.aspose.com/words/convert-multi-page-docume...
  5. Work with Digital Signatures in C#|Aspose.Words...

    Digitally sign Documents and detect, count, verify, and remove existing digital signatures using C#....electronic signatures to sign documents and authenticate the signer...signer to guarantee that a document has not been modified since it...

    docs.aspose.com/words/net/working-with-digital-...
  6. 使用 C++ 创建 PDF 表单 | Aspose.PDF

    在任何具有 C++ 语言的平台上的 PDF 文件中,使用这个简单的演示源代码创建 PDF 表单。...// Open document auto document = MakeObject < Document > ( _dataDir...MakeObject < TextBoxField > ( document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/zh-hans/cpp/acroforms/c...
  7. C# API to Export MSG to DOTX | products.aspose.com

    Convert MSG to DOTX without using Microsoft Word or Outlook on .NET...and convert a wide range of document formats, including DOTX. With...HTML by using Document class Save the document to DOTX format...

    products.aspose.com/total/net/conversion/msg-to...
  8. RevisionCollection.AcceptAll | Aspose.Words for...

    Discover the RevisionCollection AcceptAll method to seamlessly integrate all revisions, enhancing your workflow efficiency and collaboration....compare documents. Document docOriginal = new Document (); DocumentBuilder...original document." ); Document docEdited = new Document (); builder...

    reference.aspose.com/words/net/aspose.words/rev...
  9. aspose.words.saving module | Aspose.Words for P...

    The aspose.words.saving module provides classes and enumerations that allow to specify additional options for saving or converting Documents....for saving or converting documents. Classes Class Description...Working with Bookmarks documentation article. CssSavingArgs Provides...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。... 请按照以下步骤操作: 创建 Document 实例 创建具有特定尺寸的 Drawing object...// 创建文档实例 auto document = MakeObject < Document > (); // 将页面添加到PDF文件的页面集合中...

    docs.aspose.com/pdf/zh/cpp/add-circle/