Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 428 for

styling

(0.27 sec)
  1. Annota documenti PDF utilizzando l'API REST in ...

    Annota a livello di codice i documenti PDF utilizzando un'API REST sul cloud in PHP con Document Annotation Cloud SDK per PHP. Aggiungi più annotazioni utilizzando PHP....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/it/annotation/annotate-pdf...
  2. Multiple Annotation | Documentation

    This REST API allows to add multiple annotations to the document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in the environment variables CLIENT_ID and CLIENT_SECRET....odel\AnnotationInfo :: PEN_STYLE_SOLID ); $a -> setPenWidth (...pen_color = 1201033 a1 . pen_style = "Solid" a1 . pen_width = 1...

    docs.groupdocs.cloud/annotation/multiple-annota...
  3. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....une page Web en utilisant les styles de formatage et la mise en...

    blog.groupdocs.cloud/fr/page/53/
  4. How to Create an Electronic Signature in Word D...

    Discover the quick and easy way to digitally sign Word documents online with our FAQ guide. Learn step-by-step instructions for secure electronic signatures.... In this FAQ-style blog post, we will describe...

    blog.groupdocs.cloud/signature/digitally-sign-a...
  5. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Comparison for Cloud App Detect style changes. Accept and reject changes...

    blog.groupdocs.cloud/total/product-updates-tuto...
  6. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Style Style of a new text ReplaceTextOptions...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  7. Kommentieren Sie PDF Dokumente mithilfe der RES...

    Kommentieren Sie PDF Dokumente programmgesteuert mithilfe einer REST-API in der Cloud in PHP mit dem Document Annotation Cloud SDK für PHP. Fügen Sie mehrere Anmerkungen mit PHP hinzu....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/de/annotation/annotate-pdf...
  8. Anotar documentos PDF usando API REST em PHP | ...

    Anote documentos PDF programaticamente usando uma API REST na nuvem em PHP com Document Annotation Cloud SDK para PHP. Adicione várias anotações usando PHP....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/pt/annotation/annotate-pdf...
  9. Anotar documentos PDF usando REST API en PHP | ...

    Anote mediante programación documentos PDF utilizando una API REST en la nube en PHP con Document Annotation Cloud SDK para PHP. Agregue múltiples anotaciones usando PHP....\Model\AnnotationInfo::PEN_STYLE_SOLID); $a->setPenWidth(1);...\Model\AnnotationInfo::PEN_STYLE_SOLID); $a1->setPenWidth(1);...

    blog.groupdocs.cloud/es/annotation/annotate-pdf...
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41....or sets the annotation’s pen style PenWidth Gets or sets the annotation’s...

    docs.groupdocs.cloud/annotation/annotationinfo/