Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 17,783 for

document editor

(0.95 sec)
  1. Text Formatting inside PDF using C++|Aspose.PDF...

    Learn how to apply text formatting within PDFs in C++ using Aspose.PDF to control text appearance....new document object auto document = MakeObject < Document > ();...(); auto page = document -> get_Pages () -> Add (); auto text...

    docs.aspose.com/pdf/cpp/text-formatting-inside-...
  2. EditableRange.SingleUser | Aspose.Words for .NET

    Discover the EditableRange SingleUser property to efficiently manage editable ranges, ensuring seamless collaboration and user-specific access control....get ; set ; } Remarks This editor can be stored in one of the...credentials. Single user and editor group cannot be set simultaneously...

    reference.aspose.com/words/net/aspose.words/edi...
  3. Edit PSD files online | products.aspose.com

    Edit PSD Adobe Photoshop Files online...PSD Editor Adobe Photoshop File Format...Online PSD Editor If you need to edit PSD files this editor is one...

    products.aspose.com/psd/editor/
  4. Text Formatting inside PDF|Aspose.PDF for Java

    Discover how to format text inside a PDF Document using Aspose.PDF in Java, allowing for customized styling....Create new document object Document document = new Document (); Page...Page page = document . getPages (). add (); TextFragment text...

    docs.aspose.com/pdf/java/text-formatting-inside...
  5. Aspose::Words::Bibliography::Source::get_Contri...

    Aspose::Words::Bibliography::Source::get_Contributors method. Gets contributors list (author, Editor, writer etc) of a source in C++....contributors list (author, editor, writer etc) of a source. const...sources available in the document. auto document = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.bib...
  6. Elevate Your Document Management Experience wit...

    SharePoint File Format Apps to convert and combine Word Excel PDF PowerPoint Email and Imaging Document formats within Microsoft SharePoint...SharePoint Simplify SharePoint Document Management with Aspose.Total...Install-Package Visit our documentation for more details. Aspose...

    products.aspose.com/total/sharepoint/
  7. Import and Export Annotations to XFDF format|As...

    You may import and export annotation with XFDF format using Aspose.PDF for Java library....comes to editing the PDF documents. As we know XFDF is an important...export annotations from a PDF document to XFDF file, while ImportAnnotationFrom...

    docs.aspose.com/pdf/java/import-export-xfdf/
  8. Page Number and Footer on different Pages - Fre...

    The footer appears at the top of a new section not at the bottom of the page image.png (6.8 KB)...section breaks used in the document, and if so, are they continuous...converting the document (e.g., to PDF) or only in the editor view (e...

    forum.aspose.com/t/page-number-and-footer-on-di...
  9. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt Document....sets a password to encrypt document. @property def password (... Remarks In order to save document without encryption this property...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 额外注释使用C++|Aspose.PDF for C++

    本节描述如何从PDF文档中添加、获取和删除额外类型的注释。...创建插入符注释的步骤: 加载PDF文件 - new Document . 创建新的 插入符注释 并设置插入符参数(新矩形...// 加载PDF文件 auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/zh/cpp/extra-annotations/