Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 12,651 for

formatting

(0.44 sec)
  1. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Changing Target File Format Changing Target File Format Leave feedback...feature to change the target file format of an assembled document using...

    docs.groupdocs.com/assembly/net/changing-target...
  2. Convert web formats | GroupDocs

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....Convert files / Web formats Convert web formats Leave feedback On...About HTML and other web file formats HTML (Hyper Text Markup Language)...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  4. render-chm-to-html-external-outputs.zip

    render_chm_to_html_external/pdf_page_1.html PuTTY User ManualPuTTY is a free (MIT-licensed) Win32 Telnet and SSH client. This manual documents PuTTY, and its companion utilities PSCP, PSFTP, Plink,......woff') format('woff'); } @font-face { fo...100/resource_100_f1.woff') format('woff'); } @font-face { fo...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  5. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...

    docs.groupdocs.com/redaction/java/save-in-origi...
  6. Convert page layout formats | GroupDocs

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Node.js via Java....Page layout formats Convert page layout formats Leave feedback...this page About page layout formats Page layout languages are used...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Working with formatted text | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with formatted text Working with formatted text Leave feedback...Extract formatted text from document Extract formatted text from...

    docs.groupdocs.com/parser/net/working-with-form...
  8. Working with formatted text | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working with formatted text Working with formatted text Leave feedback...Extract formatted text from document Extract formatted text from...

    docs.groupdocs.com/parser/java/working-with-for...
  9. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Save in original format Save in original format Leave feedback...to save file in its original format with current date as a suffix:...

    docs.groupdocs.com/redaction/net/save-in-origin...
  10. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/java/convert/