Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 13,131 for

formatting

(0.13 sec)
  1. SVG to PNG on GroupDocs Blog | Document Automat...

    SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers SVG......Online-Bildkonvertierungsto in das PNG-Format. Entwickler konvertieren mithilfe...

    blog.groupdocs.com/de/tag/svg-to-png/index.xml
  2. add watermark in csharp on GroupDocs Blog | Doc...

    add watermark in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in add watermark in csharp on GroupDocs Blog | Document Automation Solutions for ......PPT-, PPTX-, PPS- und weitere Formate mithilfe der .NET-Wasserzeichen-API...

    blog.groupdocs.com/de/tag/add-watermark-in-csha...
  3. SVG to PNG on GroupDocs Blog | Document Automat...

    SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Kon......PNG Konwertuj obraz SVG na format PNG, korzystając z bezpłatnego...

    blog.groupdocs.com/pl/tag/svg-to-png/index.xml
  4. remove exif data from 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....EXIF ( Exchangeable Image File Format ) 是指定数码相机和扫描仪主要使用的图像和声音格式的标准。...

    blog.groupdocs.com/zh/tag/remove-exif-data-from...
  5. Add Document Annotation Functionality to Your D...

    We’re pleased to announce the release of the DNN module that allows developers to easily integrate the GroupDocs.Annotation for .NET library into DNN websites. This is a “full-integration” module that doesn’t require the library to be installed separately. The module has been approved by the DNN admins and is now available for download from the official DNN store. A few words about the library itself. GroupDocs.Annotation for .NET is an HTML5-based document annotator designed specifically for integration into third-party apps and websites.... Supported file formats include, but not limited to:...

    blog.groupdocs.com/annotation/add-document-anno...
  6. 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-...
  7. Install GroupDocs.Viewer for Node.js via Java |...

    Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....converts a document to HTML format. The output will contain rendered...rendered pages in HTML format. Troubleshooting installation node-gyp...

    docs.groupdocs.com/viewer/nodejs-java/installat...
  8. Working with XMP metadata | GroupDocs

    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...
  9. Working with CAD metadata | GroupDocs

    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...
  10. GroupDocs.Metadata 25.5 .NET 发行版 - 编辑并清理 SVG 图像...

    探索 GroupDocs.Metadata for .NET 25.5 的最新更新。本次发布包括新功能、改进和错误修复。通过详细的代码示例了解如何在 SVG 文件中更新和清理 XMP 包。...svg" )) { // 获取 SVG 文件的根包 var format = metadata.GetRootPackage<SvgRootPackage>();...); // 将 XMP 包设置为 null 以清理它 format.XmpPackage = null ; // 保存修改后的...

    blog.groupdocs.com/zh/metadata/edit-and-clean-x...