Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 10,414 for

new

(0.06 sec)
  1. Add underline annotation | Documentation

    The page describes how to add an underline 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-underline...
  2. Add replacement annotation | Documentation

    The page describes how to add replacement 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-replaceme...
  3. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/esign-pdf-wit...
  5. Convert XML Through XSLT Transformation to HTML...

    Learn how to convert a XML document to HTML and other formats using XSLT with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...template: using ( var converter = new Converter ( "books.xml" , ( LoadContext...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  6. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new updated API provided by GroupDocs...

    docs.groupdocs.com/signature/net/migration-notes/
  7. Word document added an Undefined Label - Free S...

    Hi, we have an issue when saving a word document after an edition, in the word saved document is adding a label at the beginning of the content. proces-editor error.PNG (241.7 KB) We are using GroupDocs editor 23.9 and…...currentTimeMillis(); LoadDocumentEntity doc = new LoadDocumentEntity(); try { ILoadOptions...password); Editor editor = new Editor(new FileInputStream(guid),...

    forum.groupdocs.com/t/word-document-added-an-un...
  8. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailFileType . Eml ) { return new EmailLoadOptions { ConvertOwned...

    docs.groupdocs.com/conversion/net/convert-each-...
  9. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( Constants . INPUT_PDF...

    docs.groupdocs.com/annotation/java/add-button-c...
  10. Use redaction policies | Documentation

    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...