Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 13,087 for

new

(1.11 sec)
  1. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample.docx` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/change-pa...
  2. Load password-protected document | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...; LoadOptions loadOptions = new LoadOptions ( "SAMPLE_PASSWORD"...

    docs.groupdocs.com/merger/java/load-password-pr...
  3. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java. ...Consulting Blog Knowledge Base New Releases Status Websites aspose...; LoadOptions loadOptions = new LoadOptions ( "SAMPLE_PASSWORD"...

    docs.groupdocs.com/merger/java/remove-document-...
  4. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...type. LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  5. Set resolution of document preview. | GroupDocs

    The page describes how to set the resolution of document preview...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/set-document-...
  6. Test attachment

    Test attachment From Yevgen Nykytenko To yevgen nykytenko Recipients yevgen.nykytenko@aspose.com Sample email to test attachments Regards, Yevgen Nykytenko yevgen.nykytenko@groupdocs.com attachment......Citations Footnotes should be Times New Roman 9-point, and justified...typical reference types, in the new “ACM Reference format”, at the...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  7. Test attachment

    Test attachment From Yevgen Nykytenko To yevgen nykytenko Recipients yevgen.nykytenko@aspose.com Sample email to test attachments Regards, Yevgen Nykytenko yevgen.nykytenko@groupdocs.com attachment......Citations Footnotes should be Times New Roman 9-point, and justified...typical reference types, in the new “ACM Reference format”, at the...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  8. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...) { var serializerSettings = new JsonSerializerSettin { NullValueHandling...

    docs.groupdocs.com/signature/net/search-for-emb...
  9. Security Operations | GroupDocs

    Learn how to protect, inspect, and manage document passwords for PDF, Word, Excel, and PowerPoint files using GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...— encrypt a document with a new password using AddPasswordOptions...

    docs.groupdocs.com/merger/python-net/security-o...
  10. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...disc: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/load-from-loc...