Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 3,192 for

editor

(0.42 sec)
  1. Editar metadatos PDF en Java: Guía paso a paso ...

    Aprenda cómo editar los metadatos de PDF en Java con GroupDocs.Metadata Cloud SDK. Esta guía muestra cómo actualizar las propiedades del documento, agregar campos y guardar el PDF.... Leer más # Editor de metadatos EPUB: Cambiar...Editar metadatos PDF en C# - Editor de metadatos PDF Extraer metadatos...

    blog.groupdocs.cloud/es/metadata/edit-pdf-metad...
  2. Modifica i metadati PDF in Java: Guida passo‑pa...

    Scopri come modificare i metadati PDF in Java con GroupDocs.Metadata Cloud SDK. Questa guida mostra come aggiornare le proprietà del documento, aggiungere campi e salvare il PDF.... Leggi di più # Editor di metadati EPUB: Modifica...Modifica i metadati PDF in C# - Editor di metadati PDF Estrai i metadati...

    blog.groupdocs.cloud/it/metadata/edit-pdf-metad...
  3. Rechnungen online mit der GroupDocs.Assembly Cl...

    Erfahren Sie, wie Sie mit GroupDocs.Assembly Cloud professionelle Rechnungen on‑the‑fly erstellen. Laden Sie eine DOCX‑Vorlage hoch, binden Sie JSON‑Daten ein und geben Sie das Ergebnis als DOCX oder PDF mit einfachen cURL‑Aufrufen oder dem .NET‑SDK aus....Rechnungslayouts in einem nativen Editor wie Microsoft Word, LibreOffice...mit Ihrem bevorzugten Desktop‑Editor (Microsoft Word, LibreOffice...

    blog.groupdocs.cloud/de/assembly/create-invoice...
  4. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Editor Cloud API พร้อมกับ SDK ช่ว...ลิเคชันเพิ่มเติม GroupDocs.Editor Cloud เป็น REST API ที่มีต...

    blog.groupdocs.cloud/th/groupdocs.cloud/page/43/
  5. Supported QR-Codes | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  6. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signresult/
  7. Supported Document Formats | Documentation

    This page is a reference for all document and image formats supported by GroupDocs.Signature Cloud V2 Image Formats Format File Extension Signature Bitmap Picture (BMP) BMP ✔ Computer Graphics Metafile CGM ✔ CorelDraw Image CDR ✔ Corel Exchange image CMX ✔ Digital Imaging and Communications in Medicine (DICOM) DCM ✔ Deja Vu (DjVu) DJVU ✔ Digital Negative Specification DNG ✔ Windows Enhanced Metafile (EMF) EMF ✔ Encapsulated PostScript EPS ✔ Graphics Interchange Format (GIF) GIF ✔ Windows Icon ICO ✔ JPEG 2000 (JP2) JP2, JPF, JPX, J2K, J2C, JPM ✔ Joint Photographic Experts Group (JPEG) JPG, JPEG ✔ Open Document Graphic ODG ✔ Printer Command Language PCL ✔ Portable Network Graphics (PNG) PNG ✔ PostScript (PS) PS ✔ Adobe Photoshop Document (PSD) PSD ✔ Scalable Vector Graphics (SVG) SVG ✔ Tagged Image File Format (TIFF) TIF, TIFF ✔ WebP Image WEBP ✔ Windows Metafile (WMF) WMF ✔ PDF Formats Format File Extension Signature Adobe Portable Document Format (PDF) PDF ✔ Presentation Formats Format File Extension Signature OpenDocument Presentation ODP ✔ OpenDocument Presentation Template OTP ✔ Microsoft PowerPoint Macro-Enabled Template POTM ✔ Microsoft PowerPoint Template POTX ✔ Microsoft PowerPoint 97-2003 Slide Show PPS ✔ Microsoft PowerPoint Macro-Enabled Slide Show PPSM ✔ Microsoft PowerPoint Slide Show PPSX ✔ Microsoft PowerPoint 97-2003 Presentation PPT ✔ Microsoft PowerPoint Macro-Enabled Presentation PPTM ✔ Microsoft PowerPoint Presentation PPTX ✔ Spreadsheet Formats Format File Extension Signature Comma Separated Values File CSV ✔ OpenDocument Spreadsheet ODS ✔ OpenDocument Spreadsheet Template OTS ✔ Tab Separated Values File TSV ✔ Microsoft Excel 97-2003 Worksheet XLS ✔ Microsoft Excel Binary Worksheet XLSB ✔ Microsoft Excel Macro-Enabled Worksheet XLSM ✔ Microsoft Excel Worksheet XLSX ✔ Word Processing Formats Format File Extension Signature Microsoft Word 97-2003 Document DOC ✔ Microsoft Word Macro-Enabled Document DOCM ✔ Microsoft Word Document DOCX ✔ Microsoft Word 97-2003 Template DOT ✔ Microsoft Word Macro-Enabled Template DOTM ✔ Microsoft Word Template DOTX ✔ OpenDocument Text ODT ✔ OpenDocument Text Template OTT ✔ Rich Text Document RTF ✔ Plain Text Document TXT ✔...Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/supported-docume...
  8. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET "https://api....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/get-supported-qr...
  9. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....Editor Product Solution GroupDocs...

    docs.groupdocs.cloud/classification/batch-class...
  10. PDF-Metadaten in Java bearbeiten: Schritt‑für‑S...

    Erfahren Sie, wie Sie PDF-Metadaten in Java mit GroupDocs.Metadata Cloud SDK bearbeiten. Dieser Leitfaden zeigt, wie Sie Dokumenteigenschaften aktualisieren, Felder hinzufügen und das PDF speichern....Mehr lesen # EPUB-Metadaten-Editor: E-Book-Metadaten in Java mit...bearbeiten – PDF-Metadaten-Editor Metadaten von MP3-Dateien mit...

    blog.groupdocs.cloud/de/metadata/edit-pdf-metad...