PowerPoint PPTX, kullanıcıların daha fazla görsel etkiye sahip olmasına yardımcı olur. Bu makale, Ruby kullanarak Word Belgesini PowerPoint Sunumuna dönüştürme hakkındadır.... Ruby uygulamasında word doc’u powerpoint’e dönüştürmek için...
GroupDocs ماژولی را منتشر کرد که به توسعه دهندگان DNN اجازه می دهد تا نمایشگر اسناد جاوا قابل دانلود خود را در وب سایت های DNN خود ادغام کنند....NET Library و Cloud App مقایسه DOC/DOCX بهبود یافته است. تشخیص بهبود...
Aprendamos a combinar Documentos de Word en C#. GroupDocs.Merger ofrece SDK en la nube y API REST para fusionar Documentos de Word mediante programación....Hemos subido dos archivos Docx/Docs diferentes en la nube API tablero...
This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options.
Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example.
cURL example The following example demonstrates how to extract text by a page number range.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows to set Document metadata new values choosing properties with specified name.
cURL example The following example demonstrates how to set metadata date and time information in all properties that may have names containing “Date” value.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows to set Document metadata new values choosing properties to edit by approximate or a part of metadata tag name.
This API allows you to specify any part of metadata tag name or tag category name.
cURL example The following example demonstrates how to set new metadata creator name.
Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...
This REST API allows you to add metadata information as properties which names are match the specified regular expression.
cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name.
Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupDocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a Document (example) curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...