Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 1,380 for

replacement

(0.51 sec)
  1. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Java API to convert EBooks to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...resources. // {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/java/render-ebooks/
  2. Render PDF Document with Attachments - GroupDoc...

    We are delighted to announce another monthly release of GroupDocs.Viewer for .NET . In GroupDocs.Viewer for .NET 17.7.0, we have introduced rendering of PDF document with attachments. Furthermore, 14 improvements and fixes are included in this release. We would recommend you to try the latest version and share your feedback with us. GroupDocs.Viewer for .NET 17.7.0 - New FeaturesGroupDocs.Viewer for .NET 17.7.0 introduced following new feature. Rendering PDF documents with attachments For more details, please visit API Features....DefaultFontName setting does not replace missing fonts for Spreadsheet...Some characters are being replaced with a ? placeholder while...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  3. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...resources. // {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/java/render-text-files/
  4. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...sub-options: The edited worksheet can replace the original worksheet in the...to the input spreadsheet, replacing the original 2nd worksheet...

    docs.groupdocs.com/editor/java/deleting-workshe...
  5. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...fonts Specifying missing font Replacing the missing font Excluding...fonts Specifying missing font Replacing the missing font Excluding...

    blog.groupdocs.com/viewer/working-with-fonts/
  6. GroupDocs.Conversion 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....marked as obsolete and is replaced by SpreadsheetLoadOptio CellsSaveOptions...CellsSaveOptions is replaced by SpreadsheetSaveOptio HtmlSaveOptions...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. Batchwatermerken in .NET met GroupDocs.Watermark

    Praktische gids die laat zien hoe je batchtekst- en -afbeeldingswatermerken toepast, logo's vervangt en idempotente verwerking garandeert met GroupDocs.Watermark voor .NET....file missing – aborting replacement." ); return ; } Directory...ReadAllBytes(newLogoPath); int replaced = 0 , notFound = 0 ; var settings...

    blog.groupdocs.com/nl/watermark/batch-watermark...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...introduces Metadata Replace API to find and replace metadata properties...define his/her custom logic to replace metadata properties in supported...

    blog.groupdocs.com/groupdocs.blog/page/89/
  9. Save overwriting original file | GroupDocs

    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....save the redacted document, replacing an original file: // Make...toPath (), StandardCopyOption . REPLACE_EXISTING ); // Apply redaction...

    docs.groupdocs.com/redaction/java/save-overwrit...
  10. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....the key steps to show how to replace text in XLSX using C# . Steps...phrase to redact and how to replace it using the ExactPhraseRedaction...

    kb.groupdocs.com/redaction/net/redact-text-in-x...