Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 11,658 for

new

(0.61 sec)
  1. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/exclude-fonts/
  2. Convert DOC and DOCX to HTML in C# | Show & Hid...

    Programmatically convert Word processing documents DOC, DOCX into HTML with advanced options like show or hide page borders, watermark, zoom, pages count....using (Converter converter = new Converter("document.docx")) {...MarkupConvertOptions options = new MarkupConvertOptions(); converter...

    blog.groupdocs.com/conversion/convert-doc-docx-...
  3. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...RRemoveOptions removeOptions = new RemoveOptions ( new int [] { 3 , 5 });...

    docs.groupdocs.com/merger/java/remove-pages/
  4. Swap pages | GroupDocs

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document where two pages have...

    docs.groupdocs.com/merger/net/swap-pages/
  5. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your .NET applications using GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/set-password-...
  6. Locating signature with different alignments | ...

     This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create a new instance of class and pass source...

    docs.groupdocs.com/signature/net/locating-signa...
  7. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Consulting Blog Knowledge Base New Releases Status Websites aspose...disk final Redactor redactor = new Redactor ( stream ); try { IDocumentInfo...

    docs.groupdocs.com/redaction/java/get-file-info/
  8. Advanced search for Barcode signatures | GroupDocs

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/advanced-searc...
  9. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...method. Use the method to add new alias-replacement pair. Use the...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  10. 在 Java 中注释 Word DOC DOCX 文件 |添加或删除注释

    在 Java 中添加或删除 Word DOC/DOCX 文件中的注释。使用文档注释 API 添加箭头、矩形、椭圆、水印注释。...final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/zh/annotation/annotate-word-...