Sort Score
Result 10 results
Languages All
Labels All
Results 6,991 - 7,000 of 11,072 for

formatting

(0.05 sec)
  1. parse PDF and extract images

    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....中文 中國傳統的 Portable Document Format (PDF) is een populair en veelgebruikt...

    blog.groupdocs.com/nl/tag/parse-pdf-and-extract...
  2. PDF Converter on GroupDocs Blog | Document Auto...

    PDF Converter on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PDF Converter on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......dokumenty programu Word na format PDF w Javie Konwertuj dokumenty...

    blog.groupdocs.com/pl/tag/pdf-converter/index.xml
  3. ColumnMerger problem is fixed in GroupDocs.Comp...

    This month’s release of GroupDocs.Comparison for .NET 18.3 covers some improvements and one bug fix. Features like Comparison.Imaging and registration of changes by groups are improved. ColumnMerger problem is now fixed. You can follow release notes here. We’d recommend you to download latest version of the API and share your feedback. GroupDocs Document Comparison API - Improvements Image update changes by shapes, zone and groups Comparison.Imaging GroupDocs.Comparison for .NET 18....Downloads - MSI Package and Zipped Format Nuget Package - NuGet Install...

    blog.groupdocs.com/comparison/columnmerger-prob...
  4. Rendering Archive Documents

    The Compressed files (e.g .ZIP or TAR) use file compression in order to save the disk space. Also, the compressed archive formats can be used to compress multiple files into a single archive. This post demonstrates the usage of the GroupDocs.Viewer API to render the list of files or folders from an archive file. Rendering the List of a Folder from the Archive The GetPages method of both ViewerImageHandler and ViewerHtmlHandler renders the items from the root of archives....Also, the compressed archive formats can be used to compress multiple...

    blog.groupdocs.com/viewer/rendering-archive-doc...
  5. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....embedded into different media formats. The defined XMP data model...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Managing metadata for specific formats / Other / Working with CAD...CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. Converti dati Excel e CSV in C# | XLSX in CSV -...

    Converti XLS e XLSX in CSV e CSV in formati Excel all'interno delle applicazioni Java. Automatizza la conversione dei tuoi file utilizzando l'API Java per la conversione dei documenti....PageNumber = 2, PagesCount = 1, Format = SpreadsheetFileType.Csv //...// Specify the conversion format }; converter.Convert(outputFile...

    blog.groupdocs.com/it/conversion/convert-excel-...
  8. C#을 사용하여 데이터베이스 파일에서 데이터 추출

    데이터베이스는 대부분의 애플리케이션에서 필수적인 부분으로 간주됩니다. 데스크탑, 웹 또는 모바일 애플리케이션이든 데이터베이스는 데이터를 저장, 액세스 및 조작하는 데 중요한 역할을 합니다. 데이터베이스를 생성하고 관리할 수 있는 많은 데이터베이스 관리 시스템이 있습니다. 그러나 데이터베이스 관리 시스템을 설치하거나 SQL 쿼리를 작성하지 않고 데이터베이스 파일(예: .db 파일)에서 데이터를 추출하는 방법이 필요한 시나리오가 있을 수 있습니다. 이러한 경우 데이터베이스 파일을 어떻게 구문 분석하고 데이터를 가져오겠습니까? 이 기사에서는 SQL 쿼리를 작성하지 않고 SQLite 데이터베이스의 테이블에서 데이터를 얼마나 쉽게 추출할 수 있는지 보여드릴 것입니다....Format("Provider=System.Data.Sqlite;Data...string connectionString = string.Format("Provider=System.Data.Sqlite;Data...

    blog.groupdocs.com/ko/parser/extract-data-from-...
  9. Converteer PDF naar JPG- en PNG-afbeeldingen in...

    Transformeer PDF-documenten naar JPG- of PNG-afbeeldingen in grijstinten in C#. Pas gamma toe, beheer het contrast of regel de helderheid binnen de .NET-toepassing....= new ImageConvertOptions { Format = ImageFileType.Jpg, Grayscale...= new ImageConvertOptions { Format = ImageFileType.Png, Grayscale...

    blog.groupdocs.com/nl/conversion/convert-pdf-to...
  10. 用 Java 从 PDF 文档中提取图像

    了解如何使用 Java 从 PDF 文件中提取图像。在您的应用程序中使用 Java API 从 PDF 文件或任何特定页面中提取图像。...format("path/image_%d" + image.getFileType()...images) { image.save(String.format("path/image_%d" + image.getFileType()...

    blog.groupdocs.com/zh/parser/extract-images-fro...