Sort Score
Result 10 results
Languages All
Labels All
Results 9,861 - 9,870 of 10,159 for

image

(1.69 sec)
  1. גופנים מותאמים אישית ב-GroupDocs.Watermark - מד...

    למד כיצד להשתמש בגופנים מותאמים אישית ב- GroupDocs.Watermark כדי להבטיח אחידות במיתוג ועצמאות מערכת. עקוב אחר ההוראות הצעד-אחר-צעד שלנו והגדרת Docker....NET runtime as base image FROM mcr.microsoft.com/dotnet/aspnet:6...

    blog.groupdocs.com/he/watermark/using-custom-fo...
  2. How to work with Metadata tags

    Explain how to work with Metadata tags...across Word documents, PDFs, images, and more. For instance, a...

    blog.groupdocs.com/metadata/how-to-work-with-tag/
  3. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection...such as QR codes, text, or images, depending on the signature...

    blog.groupdocs.com/signature/protect-signed-pdf...
  4. C# Convertir PPT en PDF | PPTX en PDF | Convers...

    Convertissez PowerPoint PPT, PPTX en PDF dans .NET. Des exemples de code C# montrent la conversion de diapositives consécutives sélectives et le filigrane à l'aide de l'API de conversion....Options de formatage Qualité d’image Rotation Filigrane // Conversion...

    blog.groupdocs.com/fr/conversion/convert-presen...
  5. Afficher les fichiers CAO en C# à l'aide de l'A...

    Créez votre visionneuse de fichiers CAO en C# pour afficher les dessins. Convertissez DWG, DGN en HTML, JPG, PNG ou PDF à l'aide de l'API .NET de la visionneuse de documents de GroupDocs....présentations, les pages Web, les images, les vecteurs, les livres électroniques...

    blog.groupdocs.com/fr/viewer/view-cad-documents...
  6. Користувацькі шрифти в GroupDocs.Watermark - По...

    Дізнайтеся, як використовувати власні шрифти в GroupDocs.Watermark, щоб забезпечити послідовність бренду та незалежність системи. Дотримуйтеся наших покрокових інструкцій та налаштування Docker....NET runtime as base image FROM mcr.microsoft.com/dotnet/aspnet:6...

    blog.groupdocs.com/uk/watermark/using-custom-fo...
  7. Travailler avec les feuilles de calcul dans Gro...

    Apprenez comment charger un document de feuille de calcul (Excel) et le rendre en HTML, PDF, PNG et JPEG avec différentes options...View(pdfViewOptions); } L’image suivante illustre le résultat...Apple Numbers en HTML, PDF et images Diviser une feuille de calcul...

    blog.groupdocs.com/fr/viewer/working-with-sprea...
  8. การทำลายน้ำด้วย AI: ปกป้องเอกสารด้วยการทำเครื่อ...

    ค้นพบวิธีปกป้องเอกสารด้วยลายน้ำที่ขับเคลื่อนด้วย AI โดยใช้ GroupDocs.Watermark. เรียนรู้การเพิ่ม, สร้าง, และปรับแต่งลายน้ำโดยอัตโนมัติเพื่อเพิ่มความปลอดภัยของเอกสารและการปกป้องเนื้อหา....ลายน้ำ PDF อย่างเต็มรูปแบบ Image Formats : JPEG, PNG, TIFF, BMP...ฟอนต์ที่กำหนดเอง และการจัดรูปแบบ รองรับ image watermarks สำหรับโลโก้และกราฟิกซับซ้อน...

    blog.groupdocs.com/th/watermark/ai-driven-dynam...
  9. GroupDocs.Editor for Python 26.5 – HTML 라운드‑트립 ...

    GroupDocs.Editor for Python 버전 26.5는 HTML 라운드‑트립 편집, 파이썬 친화적 API, 확장된 다중‑포맷 처리 및 AI 친화적 문서를 제공합니다. pip를 통해 설치하세요....get_css_content() , save() , 리소스 컬렉션( images , fonts , css , audio , all_resources...

    blog.groupdocs.com/ko/editor/groupdocs-editor-f...
  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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...