Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 21,382 for

format

(0.02 sec)
  1. format

    Format Cells|Documentation,Format cells|Documentation,Format Cells | Documentation,Detect File Format and Check Format Compatibility | Documentation,Detect...10 of 535,214 for format (0.12 sec) Format Cells|Documentation...Español Svenska Türkçe 日本語 Format Cells Contents [ Hide ] This...

    search.aspose.com/q/Format.html
  2. Format | GroupDocs.Signature for .NET API Refer...

    Specifies the Format of QRcode signature image....Format QrCodeSignature.Format property Specifies the format of...signature image. public FileType Format { get ; } See Also class FileType...

    reference.groupdocs.com/signature/net/groupdocs...
  3. Format | GroupDocs.Conversion for .NET API Refe...

    The desired file type the input document should be converted to....Format ConvertOptions<TFileType>.Format property The desired...converted to. public TFileType Format { get ; set ; } See Also class...

    reference.groupdocs.com/conversion/net/groupdoc...
  4. Output format and password | Documentation

    Following this guide you will learn how to save edited Word document with password or change output document Format using GroupDocs.Editor for .NET features....document / Output format and password Output format and password Leave...document of some WordProcessing format. In other words, the class...

    docs.groupdocs.com/editor/net/output-format-and...
  5. Save in original format | Documentation

    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. Save in original format | Documentation

    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...
  7. Changing Target File Format | GroupDocs.Assembl...

    This feature is supported by version 18.9. or greater 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....Acquisition Changing Target File Format This feature is supported by...feature to change the target file format of an assembled document using...

    docs.groupdocs.com/assembly/net/changing-target...
  8. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....Create custom format handler Create custom format handler Leave...Leave feedback If format is not supported, you will need to implement...

    docs.groupdocs.com/redaction/net/create-custom-...
  9. Load document of specific format | Documentation

    This article explains how to load document of specific Format....Of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...

    docs.groupdocs.com/watermark/net/load-document-...
  10. Load document of specific format | Documentation

    This article explains how to load document of specific Format....of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...

    docs.groupdocs.com/watermark/java/load-document...