Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 12,048 for

new

(0.09 sec)
  1. Add point annotation | GroupDocs

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-point-ann...
  2. Div to Pdf - Free Support Forum - groupdocs.com

    Hi everyone, I’m New to GroupDocs and interested in trying it out for my use case (converting HTML div to PDF). Can anyone here give me a hint or some guidance? I’m looking to perform this conversion in a background proc…...2025, 9:15am 1 Hi everyone, I’m new to GroupDocs and interested in...converter = new Converter(htmlContent)) { var options = new PdfConvertOptions();...

    forum.groupdocs.com/t/div-to-pdf/16491
  3. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-resource-...
  4. Skip loading of external resources | GroupDocs

    Learn this article and check how to restrict loading of external resources during conversion...Consulting Blog Knowledge Base New Releases Status Websites aspose...Options.Load ; var loadOptions = new WebLoadOptions { SkipExternalResource...

    docs.groupdocs.com/conversion/net/skip-loading-...
  5. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with 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/adjust-jpeg-image...
  6. Show Hide Track Changes feature Announced for W...

    Releasing GroupDocs.Conversion 3.4.0 API We are happy to reveal the New release of GroupDocs.Conversion for .NET API 3.4.0 with most demanding features addition. This version has a New installer and some New features and fixes are introduced. We recommend that you download and update your application immediately with New API release to enhance performance of your app and add New exciting features. Features - Document Conversion API Version 3.4.0 In this New Version of GroupDocs....API We are happy to reveal the new release of GroupDocs.Conversion...This version has a new installer and some new features and fixes...

    blog.groupdocs.com/conversion/announcing-show-h...
  7. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/net/working-with-s...
  8. Generate Numbered Lists from Data Source | Grou...

    Create numbered lists in documents by iterating over data collections and displaying items with numbers....Consulting Blog Knowledge Base New Releases Status Websites aspose...List < Task > tasks = new List < Task > { new Task { Title = "Design"...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  9. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...input stream const sourceFile = new InputStream ( 'sample-files/source...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  10. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...splitOptions = new TextSplitOptions ( filePathOut , new int [] { 3...

    docs.groupdocs.com/merger/java/split-text-file/