Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 36,924 for

path

(0.04 sec)
  1. Insert Image, Find and Replace Text in Word doc...

    You can find and replace text in word documents with Regex. Search text in DOCX or DOC file and replace that text in word documents....AsposeCellsCloud::CellsApi->new(); my $data_path = ‘../data/’; #set input file...$storageApi->PutCreate(Path => $name, file => $data_path.$name); #invoke...

    blog.aspose.cloud/total/aspose.cells-cloud-sdk-...
  2. Replace Links in PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to replace a Links in a PDF Document. Check the Node.js source code to replace Links in PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...uploadDocument () { const pdfFilePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/links/replace/
  3. Optical mark recognition with Aspose.OMR Cloud API

    Optical mark recognition, OMR, recognize scanned images and even photos with high accuracy. Recognize data from tests, exams, questionnaires, surveys....criteria specified by using XML Path Language.* Get HTML images The...

    blog.aspose.cloud/html/aspose.html-for-cloud-is...
  4. Crop a TIFF Frame|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....API takes an image name as a path in the URL, therefore, you first...

    docs.aspose.cloud/imaging/crop-a-tiff-frame/
  5. RotateFlip a TIFF Frame|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....API takes an image name as a path in the URL, therefore, you first...

    docs.aspose.cloud/imaging/rotateflip-a-tiff-frame/
  6. Update TIFF Image Properties|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....API takes an image name as a path in the URL, therefore, you first...

    docs.aspose.cloud/imaging/update-tiff-image-pro...
  7. Running into an Error on Cloud API Calls - Free...

    // Set Headers and URL for CURL $url = "https://api.aspose.cloud/v3.0/imaging/convert?format=pdf"; $headers = [ "accept: multipart/form-data", "Content-Type: multipart/form-…...[ "File" => new \CURLFile( "path/to/file/" . $phone . "/" . $file...

    forum.aspose.cloud/t/running-into-an-error-on-c...
  8. Add Pages to PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to Add Pages to PDF Document. Check the Node.js source code to add Pages into PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...uploadDocument () { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/pages/add/
  9. Extract Pages from PDF via Cloud Node.js SDK

    Aspose.PDF Cloud allows you to Extract Pages from PDF Document. Check the Node.js source code to Extract Pages from PDF file....'node:fs/promises' ; import path from 'node:path' ; import { PdfApi }...uploadDocument () { const fileNamePath = path . join ( configParams . LOCAL_FOLDER...

    products.aspose.cloud/pdf/nodejs/pages/extract/
  10. Compare Documents In Swift

    Compare Word or PDF files using Swift difference checker. Also diff two documents in other formats....(fileContent: firstDocumentContent, path: fileName1); _ = try api.uploadFile(request:...(fileContent: secondDocumentConten, path: fileName2); _ = try api.uploadFile(request:...

    products.aspose.cloud/words/swift/compare/