Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 12,838 for

new

(0.3 sec)
  1. 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...
  2. 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...
  3. Watermark appear in more than one location in t...

    Is it possible for the watermark to appear in more than one location in the document. For example in the top, center and bottom of each page...using (Watermarker watermarker = new Watermarker(@"D:/source.pdf"))...foreach (var watermarkText in new string[] { "Top Watermark", "Center...

    forum.groupdocs.com/t/watermark-appear-in-more-...
  4. Add password to PDF with permissions | GroupDocs

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: Initialize class with new document password and set Permissions...

    docs.groupdocs.com/merger/net/add-password-to-p...
  5. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.xlsx" , new LoadOptions (...

    docs.groupdocs.com/comparison/java/load-passwor...
  6. Load document from URL | GroupDocs

    This section explains how to load document from URL with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...raw=true" ; InputStream stream = new URL ( url ). openStream (); Signature...

    docs.groupdocs.com/signature/java/load-document...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...another monthly release where new document formats is added in...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/groupdocs.blog/page/80/
  8. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... This release covers a new feature and some improvements...recommend you to Download the new release and enhance your document...

    blog.groupdocs.com/categories/groupdocs.compari...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...and would like to introduce a new set of features we’ve recently...introduce our online signature app’s new user interface. The changes we...

    blog.groupdocs.com/groupdocs.blog/page/105/
  10. Deleting QR-code signatures - advanced | GroupDocs

    This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/deleting-qr-co...