Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 13,061 for

new

(1.41 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. 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-...
  3. 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
  4. 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...
  5. Set up logging | GroupDocs

    This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file FileLogger fileLogger = new FileLogger ( "output.log" );...

    docs.groupdocs.com/signature/net/how-to-set-up-...
  6. Use redaction policies | GroupDocs

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....Consulting Blog Knowledge Base New Releases Status Websites aspose...policy = new RedactionPolicy ( new Redaction [] { new ExactPhraseRedaction...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Improved Performance introduced in GroupDocs.Co...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,New features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 New feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the New and improved features....along with Improved Performance ,new features and fixes. Major changes...Frames.In this monthly release 3 new feature are introduced along...

    blog.groupdocs.com/comparison/groupdocs-compari...
  8. 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...
  9. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator(Constants.ANNOTATED_BIG);...

    docs.groupdocs.com/annotation/java/filtering-an...
  10. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...