Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 12,293 for

new

(0.19 sec)
  1. Reduce image quality | GroupDocs

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. 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 API....Consulting Blog Knowledge Base New Releases Status Websites aspose...RemoveOptions removeOptions = new RemoveOptions ( new int [] { 3 , 5 });...

    docs.groupdocs.com/merger/net/remove-pages/
  3. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in 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/setting-autho...
  4. Load password-protected document | GroupDocs

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: const loadOptions = new groupdocs . conversion . WordProcessingLoadOp...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  5. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/convert-speci...
  6. 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-...
  7. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...file FileLogger fileLogger = new FileLogger ( "output.log" );...

    docs.groupdocs.com/viewer/java/logging/
  8. Compare annotations | GroupDocs

    The page describes how to compare annotations....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Annotator annotator = new Annotator ( "annotated_file.pdf"...

    docs.groupdocs.com/annotation/java/comparing-an...
  9. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...DefaultAzureCredenti defaultCredential = new DefaultAzureCredenti () . build...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Content added to PowerPoint footer is not visib...

    Hi, our clients complaining that content added to PowerPoint footer is not visible. Attaching file here for you to test out. It’s happening to our application using GroupDocs.Viewer, and this could be easily reproduced …...problem in library and release a new version, or if there any way...true; using (Viewer viewer = new Viewer(inputFilePath)) { viewer...

    forum.groupdocs.com/t/content-added-to-powerpoi...