Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 11,805 for

formatting

(0.13 sec)
  1. Convert CSV in CSharp

    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....Form zu speichern, müssen Formate ineinander konvertiert werden...Konvertierung des Formats JSON in CSV und des Formats CSV in JSON programmgesteuert...

    blog.groupdocs.com/de/tag/convert-csv-in-csharp/
  2. Word Parser

    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....Textinhalte in das Markdown-Format gefordert. In diesem Artikel...Textverarbeitungsedi das Markdown-Format. Die kontinuierliche Zunahme...

    blog.groupdocs.com/de/tag/word-parser/
  3. convert dgn to pdf in java

    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.... PDF adalah salah satu format file paling terkenal yang terkenal...untuk mengonversi file CAD ke format PDF ketika gambar teknis tersebut...

    blog.groupdocs.com/id/tag/convert-dgn-to-pdf-in...
  4. Word Parser

    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....konten teks yang ada ke dalam format penurunan harga sering diminta...pengolah kata mulai mendukung format penurunan harga. Peningkatan...

    blog.groupdocs.com/id/tag/word-parser/
  5. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...for merging files of various formats such as / , , and into a PDF...This article discusses the PDF format, but those ones will be more...

    docs.groupdocs.com/merger/net/merge-documents-t...
  6. Comment convertir un PDF en Excel en utilisant ...

    Ce didacticiel fournit des instructions détaillées pour convertir un PDF en Excel à l'aide de Java et du code Java généré pour convertir un PDF en Excel pour la conversion de documents....transformation du document au format XLSX sont répertoriées ci-dessous...effectuer la conversion au format Excel Créez une instance de...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  7. Convert XLSX to DOCX using Node.js

    Quickly learn how to convert XLSX to DOCX using Node.js without extra software installation. This topic contains steps and code to export XLSX to DOCX in Node.js....workflows, converting data from one format to another is an essential...transformation of XLSX files into DOCX format Incorporate the groupdocs.conversion...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  8. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API....widely used spreadsheet file formats are XLS , XLSX , and ODS ....support these formats and we normally use these formats for maintaining...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  9. EXIF data of HEIC in CSharp

    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....contenir des images HEIF au format d’image à haute efficacité...EXIF (Exchangeable Image File Format) est la norme et définit comment...

    blog.groupdocs.com/fr/tag/exif-data-of-heic-in-...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...