Sort Score
Result 10 results
Languages All
Labels All
Results 7,131 - 7,140 of 10,539 for

format

(0.07 sec)
  1. Перетворення SVG на PNG за допомогою C# - Векто...

    Перетворіть векторну графіку SVG на зображення PNG за допомогою C#. Обертайте, перевертайте, водяний знак, відтінки сірого та регулюйте яскравість і гамму конвертованого PNG за допомогою .NET API....= new ImageConvertOptions { Format = ImageFileType.Png }; converter...= new ImageConvertOptions { Format = ImageFileType.Png, FlipMode...

    blog.groupdocs.com/uk/conversion/convert-svg-to...
  2. แปลง SVG เป็น JPG โดยใช้ C# - Vector Graphics เ...

    แปลงกราฟิกเวกเตอร์ SVG เป็นภาพ JPG โดยใช้ C# หมุน พลิก ลายน้ำ ระดับสีเทา และปรับความสว่างและแกมมาของ JPG ที่แปลงแล้วโดยใช้ .NET API...= new ImageConvertOptions { Format = ImageFileType.Jpg }; converter...= new ImageConvertOptions { Format = ImageFileType.Jpg, FlipMode...

    blog.groupdocs.com/th/conversion/convert-svg-to...
  3. Search Image Signature in C# in Word, Excel, Po...

    Search Barcode, QR Code, digital, or electronic signature with image data content from any document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....any of the supported file formats. // Search QR Code Signatures... $"image{i}{imageSignature.Format.Extension}"); using (FileStream...

    blog.groupdocs.com/signature/search-image-signa...
  4. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from PDF files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....AutoCAD , and digital imaging formats like DICOM . Furthermore, the...list of supported document formats for annotation . Download and...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  5. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....enhancement, generating HTML-formatted text with highlighted found...function\""); // Generating HTML-formatted text for the first document...

    blog.groupdocs.com/search/highlighted-results-o...
  6. Estrai immagini da eBook in Java | EPUB, PDF, F...

    Estrai a livello di codice le immagini da eBook EPUB, PDF, FB2, CHM utilizzando l'API Java per l'analisi dei documenti. Salva le immagini in Formato JPG, PNG, WebP, GIF o BMP....format("%d.jpeg", imageNumber)), options);...// Provide different eBook formats to the Parser constructor to...

    blog.groupdocs.com/it/parser/extract-images-fro...
  7. Assinatura Digital - esign DOCX documentos | As...

    Assinatura digital (eSignature) para DOCX facilitada com o GroupDocs Signature. Crie gratuitamente suas assinaturas digitais eletrônicas e insija documentos DOCX!...GIF (Graphical Interchange Format File) JPEG (JPEG Image) JPG...Template) PDF (Portable Document Format File) PNG (Portable Network...

    products.groupdocs.app/pt/signature/docx
  8. ลายเซ็นดิจิทัล - |เอกสารDOCX ลายเซ็นของรหัสกลุ่ม

    ลายเซ็นดิจิทัล (eSignature) สําหรับDOCXทําได้ง่ายด้วยลายเซ็น GroupDocs สร้างลายเซ็นดิจิทัลอิเล็กทรอนิกส์ของคุณและจัดส่งเอกสารDOCXได้ฟรี!...GIF (Graphical Interchange Format File) JPEG (JPEG Image) JPG...Template) PDF (Portable Document Format File) PNG (Portable Network...

    products.groupdocs.app/th/signature/docx
  9. Java에서 JPEG, PNG, TIFF 및 WebP 이미지의 EXIF 데이터 처리

    Java에서 이미지의 EXIF 메타데이터를 조작합니다. Java API를 사용하여 프로그래밍 방식으로 JPG/JPEG, PNG, WebP 또는 기타 이미지의 EXIF 데이터를 추출, 업데이트, 추가 또는 제거합니다....EXIF ( Exchangeable Image File Format )는 디지털 카메라 및 스캐너에서 주로 사용되는...{ System.out.println(String.format(pattern, tag.getName(), tag...

    blog.groupdocs.com/ko/metadata/handle-exif-data...
  10. 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...