Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 12,279 for

new

(0.11 sec)
  1. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...; using (var memoryStream = new MemoryStream()) { file.CopyTo(memoryStream);...using (Watermarker watermarker = new Watermarker(memoryStream)) {...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  2. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadID3V2Tag try ( Metadata metadata = new Metadata ( Constants . MP3WithID3V2...

    docs.groupdocs.com/metadata/java/handling-the-i...
  3. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...'@groupdocs/groupdocs.viewer' ; const viewer = new Viewer ( "resume.pdf" ) // Create...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  4. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { JpgViewOptions...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  5. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  6. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format 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/compare-bookm...
  7. Load document from local disk | GroupDocs

    This article demonstrates how to convert document stored at local disk using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...; ... Converter converter = new Converter ( "c:\\files\\sample...

    docs.groupdocs.com/conversion/java/load-documen...
  8. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/save-specific...
  9. GroupDocs.Comparison for Node.js 25.11 – Latest...

    Explore the latest improvements in GroupDocs.Comparison for Node.js 25.11, available on npm and the GroupDocs website....highlights Table of Contents What’s new in this release Key Fix – Node...the Update Resources What’s new in this release # Category Identifier...

    blog.groupdocs.com/comparison/groupdocs-compari...
  10. Set timeout for loading external resources | Gr...

    This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.... LoadOptions loadOptions = new LoadOptions (); // Specify a...

    docs.groupdocs.com/viewer/java/set-timeout-for-...