Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 4,094 for

name

(0.22 sec)
  1. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage....200 } ] } SignSettings fields Name Description API Version FileInfo...FileInfo.StorageName Storage name FileInfo.VersionId File version...

    docs.groupdocs.cloud/signature/signsettings/
  2. GitHub - groupdocs-conversion-cloud/groupdocs-c...

    GroupDocs.Conversion Cloud SDK for Java examples, plugins and showcase projects - groupdocs-conversion-cloud/groupdocs-conversion-cloud-java-samples...file Code Folders and files Name Name Last commit message Last commit...

    github.com/groupdocs-conversion-cloud/groupdocs...
  3. 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....SignResult fields Name Description FilePath Name of the signed document...

    docs.groupdocs.cloud/signature/signresult/
  4. Configure Google Drive Storage | Documentation

    You have to complete following steps to connect a Google Drive Storage: Google Drive Configurations Create Google account if you don’t have one (Google Plus account can be used) (Optional) Install Google Drive application at your PC (see https://drive.google.com) Go to Google API console: https://code.google.com/apis/console Create a new Project In “APIs & Services” menu Enable Google Drive API Go to Credential options and add information in OAuth consent screen Create “OAuth client ID” API credentials Select Web Application and More options Add https://dashboard....Storage’ and select Enter Storage Name (For example: MyGoogleStorage)...Storage Now you can use it by its name in the service API with this...

    docs.groupdocs.cloud/total/configure-google-dri...
  5. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional information about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view information for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view information for CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....: [ { "name" : "QUADRANT" , "visible" : true }, { "name" : "TRIANGLE"...true }, { "name" : "CIRCLE" , "visible" : true }, { "name" : "0"...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...
  6. PDF to Excel | Convert PDF to XLS | Transform P...

    Convert PDF files to Excel workbooks using C# .NET. Perform seamless PDF to XLS conversion online....ConvertSettings where we specify the name of input PDF, resultant format...format as xls and the name of resultant Excel workbook as arguments...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  7. Convert HTML to Excel | Web to Excel in C# | We...

    How to convert HTML tables to Excel spreadsheets seamlessly using C# .NET....ConvertSettings where we specify the name for input HTML, resultant format...format as xls and the name for resultant Excel workbook as arguments...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. C#: MPP to PDF | MPP to PDF Conversion | MS Pro...

    How to convert MS Project (MPP) files to PDF format using C# .NET. Easy and Simple MPP to PDF Conversion in C#. Implement MS Project to PDF Conversion....ConvertSettings where we specify the name for input MPP, resultant format...format as pdf and the name of the resultant PDF file as arguments...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  9. DXF to PDF Conversion in GroupDocs.Conversion C...

    Hello, I tires to convert .DXF files to PDF as follows: create the container: docker run -p 9080:80 -v /data:/data --Name conversion_cloud groupdocs/conversion-cloud with the attached DXF files, but got “internalError…...-p 9080:80 -v /data:/data --name conversion_cloud groupdocs/conversion-cloud...8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/...

    forum.groupdocs.cloud/t/dxf-to-pdf-conversion-i...
  10. Combine PDF Files Using C# .NET | Merge PDFs Ef...

    Learn how to combine PDF files using C# .NET. Easy and simple steps to merge PDF files using PDF merger. Concatenate multiple PDF documents into single PDF...an object where we define the name of input PDF and count of pages...replace sourceFile1 with the name of first input PDF file and...

    blog.groupdocs.cloud/merger/combine-pdf-files-w...