Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 400,619 for

document

(0.12 sec)
  1. Export PS to ODP in Android | products.aspose.com

    Android API to Convert PS to ODP without using Microsoft Word...Why to Convert The Portable Document Format (PDF) is a widely used...used file format for documents. It is a popular choice for sharing...

    products.aspose.com/total/android-java/conversi...
  2. C++ API to Convert TEX to ODP | products.aspose...

    Convert TEX to ODP via C++ without using Microsoft Word or Adobe Acrobat Reader...to ODP Open TEX file using Document class reference Convert TEX...method function Load PPTX document by using Presentation class...

    products.aspose.com/total/cpp/conversion/tex-to...
  3. SignatureLineOptions.instructions property | As...

    SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line...Examples Shows how to sign a document with a personal certificate...signature line. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LanguagePreferences Class | Aspose.Words for .NET

    Discover the Aspose.Words.LanguagePreferences class to effortlessly customize and manage language settings for enhanced Document processing....the Specify Load Options documentation article. public class LanguagePreferences...preferences when loading a document. LoadOptions loadOptions =...

    reference.aspose.com/words/net/aspose.words.loa...
  5. FieldGlossary Class | Aspose.Words for .NET

    Explore the Aspose.Words.Fields.FieldGlossary class for seamless GLOSSARY field implementation. Enhance your Document processing with powerful features!...the Working with Fields documentation article. public class FieldGlossary...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::MailMerging::MailMerge class | A...

    Aspose::Words::MailMerging::MailMerge class. Represents the mail merge functionality. To learn more, visit the Documentation article in C++....Mail Merge and Reporting documentation article. class MailMerge...merge related fields from the document. Execute (const System::S...

    reference.aspose.com/words/cpp/aspose.words.mai...
  7. 从 PDF 中提取字体 C#|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库从您的 PDF 文档中提取所有嵌入字体。...] 如果您想从 PDF 文档中获取所有字体,可以使用 Document 类中提供的 FontUtilities.GetAllFonts()...ExtractFonts () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/extract-fonts-from-pdf/
  8. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the Document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...string, finds it within the document and then replaces it. This...this issue as we require the document to be markedup with changes...

    forum.aspose.com/t/words-java-tracking-changes-...
  9. Footnote constructor | Aspose.Words for Python

    Footnote constructor. Initializes an instance of the [Footnote](../) class....doc DocumentBase The owner document. footnote_type FootnoteType...specified document, but is not yet part of the document and Node...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C# 旋转 PDF 页面|Aspose.PDF for .NET

    本主题描述了如何使用 C# 程序化地旋转现有 PDF 文件中的页面方向。... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/rotate-pages/