Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 12,048 for

new

(0.07 sec)
  1. 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...
  2. Sign documents with QR-code embedded object | G...

    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...
  3. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "resume.docx" )) { //...

    docs.groupdocs.com/viewer/net/render-word-docum...
  4. eSign document with multiple signatures | Group...

    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...
  5. Removing found watermarks | GroupDocs

    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...
  6. Load password-protected file | GroupDocs

    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...
  7. Load the password-protected documents | GroupDocs

    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...
  8. Add button component | GroupDocs

    The page describes how to add button component 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-button-co...
  9. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document. The result is a new document that contains only specified...

    docs.groupdocs.com/merger/net/extract-pages/
  10. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "invoice.xlsx" )) {...

    docs.groupdocs.com/viewer/java/specify-renderin...