Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 10,624 for

new

(0.09 sec)
  1. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...body: final Redactor redactor = new Redactor ( "annotated_sample...

    docs.groupdocs.com/redaction/java/annotation-re...
  3. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in view, we are introducing some New file formats with the release of GroupDocs.Merger for .NET 19.2. Following New file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a template files. Beside New features, we also introduced a improvement and few bug fixes....view, we are introducing some new file formats with the release...Merger for .NET 19.2. Following new file formats are now supported...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  4. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...encoding. LoadOptions loadOptions = new LoadOptions ( FileType . MD );...

    docs.groupdocs.com/viewer/java/render-text-files/
  5. How to implement a custom document handler? - F...

    Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such as Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…...connector = new CustomXmlDataConnect(); annotationHandler = new Anno...AnnotationHandler(serviceConfiguration, new CustomInputDataHandl(serviceConfiguration)...

    forum.groupdocs.com/t/how-to-implement-a-custom...
  6. eSign document with multiple signatures | Docum...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Consulting Blog Knowledge Base New Releases Status Websites aspose...this is as simple as: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  7. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  8. Removing found watermarks | Documentation

    This article explains how to remove found watermarks while using GroupDocs. Watermarks Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...pdf" Watermarker watermarker = new Watermarker ( "document.pdf"...

    docs.groupdocs.com/watermark/java/removing-foun...
  9. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = New LoadOptions("mypassword"); final Redactor redactor = New Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...class: LoadOptions loadOptions = new LoadOptions ( "mypassword" );...

    docs.groupdocs.com/redaction/java/load-password...
  10. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( "input.pdf" , new LoadOptions ()...

    docs.groupdocs.com/annotation/net/load-password...