Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,322 for

make

(0.04 sec)
  1. GroupDocs.Redaction for Python via .NET | Docum...

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...to help you get started and make the most of the API: Was this...

    docs.groupdocs.com/redaction/python-net/
  2. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To Make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements.... To make it possible to search instantly...

    docs.groupdocs.com/search/nodejs-java/groupdocs...
  3. Render with responsive layout | Documentation

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....feedback Responsive design aims to make web pages render well on a variety...

    docs.groupdocs.com/viewer/java/render-with-resp...
  4. How to Use GroupDocs' Online Signature App to S...

    In one of our previous articles we discussed how a typical online signature service works and took a brief look at GroupDocs’ online signature app. Today we’ll see how this application helps you to sign a document online step by step. This article doesn’t cover all the features of the app, just the basics you need to know to sign a document online. Please Note: to start using GroupDocs’ online signature service, you need to register with us first.... Make sure that the role is Signer...

    blog.groupdocs.com/signature/how-to-use-groupdo...
  5. DPI setting ignored when converting MSG to PDF ...

    Hello, Converting the attached MSG file to PDF, creates a document with as size of 10.42 x 14.74 inch, according to Adobe Reader. image.png (66.0 KB) With the specified 750 x 1061 pixels at the default 96 dpi, that sh…...Changing the DPI value does not make any difference. It seems to...Ensure Proper DPI Setting : Make sure that you are correctly...

    forum.groupdocs.com/t/dpi-setting-ignored-when-...
  6. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...in {0}", outputFolder); } } } Make sure to replace "YourOutputDirectoryP"...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  7. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....replacing an original file: // Make a copy of sample file Files...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...Hidden; I thought it would not make any difference, but the result...following: Ensure Proper Versioning : Make sure you are using the correct...

    forum.groupdocs.com/t/hidecomments-replacement-...
  9. Releasing GroupDocs.Editor for Java API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for Java API version 17.9 which Makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....9 which makes it easier to perform document...document editing operations make it different and unique. Continue...

    blog.groupdocs.com/editor/releasing-groupdocs.e...
  10. How to run examples | Documentation

    How to run examples....examples using NPM To get started make sure that is installed. Clone...

    docs.groupdocs.com/merger/nodejs-java/how-to-ru...