Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 230 for

email attachment

(0.14 sec)
  1. Creating an AcroForm via Cloud Node.js SDK

    Add form fields to PDFs in Node.js apps using Aspose.PDF Cloud SDK. Simplify interactive form creation.... partialName = "Email" ; textBoxField . rect = new...putTextBoxField ( STORAGE_FILE_NAME , "Email" , textBoxField ); console ...

    products.aspose.cloud/pdf/nodejs/acroforms/add/
  2. Creating an AcroForm via Cloud PHP SDK

    Add form fields to PDFs in PHP apps using Aspose.PDF Cloud SDK. Simplify interactive form creation....$textBoxField -> setPartialName ( "Email" ); $rect = new Rectangle ();...putTextBoxField ( $STORAGE_FILE_NAME , "Email" , $textBoxField ); echo $response...

    products.aspose.cloud/pdf/php/acroforms/add/
  3. Error in Aspose at sfdc - Free Support Forum - ...

    We are using Aspose to generate PDF and Word documents. We are using Aspose in cloud from SFDC. This was working fine all this while but we started getting an issue since today morning. The error that we get from API cal…... Could you please attach your input Word document and...September 2, 2025, 8:49am 3 Attached are the requested files. tahir...

    forum.aspose.cloud/t/error-in-aspose-at-sfdc/26672
  4. Convert Microsoft Word Document to PDF API Meth...

    Hi, while converting a word to pdf using the cloud api the word auto numbering are reversed. the document is set with hebrew language and right to left orientation. this functionality worked using the same api in vers…...file and the PDF output are attached. Test.zip (70.9 KB) Thanks...by sohail.aspose using the Email to Topic plugin. sohail.aspose...

    forum.aspose.cloud/t/convert-microsoft-word-doc...
  5. Perform Microsoft Word Mail Merge on Salesforce...

    We are using Aspose to generate PDF and Word documents. We are using Aspose in cloud from SFDC. This was working fine all this while but we started getting an issue since today morning. The error that we get from API cal…... Could you please attach your input Word document and...January 12, 2017, 9:36am 3 Attached are the requested files. tahir...

    forum.aspose.cloud/t/perform-microsoft-word-mai...
  6. 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....control over Email in your applications? Aspose.Email for .NET and...add email features to their apps. Send and manage emails, work...

    blog.aspose.cloud/total/spotlight-on-aspose.ema...
  7. Import and Export WordPress Posts from/to PDF a...

    Import wordpress posts or export wordpress posts to PDF or Word or other word processing formats. You can export posts to PDF, DOC, and DOCX with it.... Extract an Attached File from a OneNote Document...developers can retrieve files attached to a OneNote document and...

    blog.aspose.cloud/total/introducing-aspose.imag...
  8. Work with AcroForms in PDF via Cloud Java SDK

    Working with AcroForms in PDF via Cloud Java SDK. Check how to add, get, remove, update, and set AcroForms in PDF document.... partialName ( "EMail" ); field . rect ( new Rectangle...putTextBoxField ( PDF_DOCUMENT , "EMail" , field , null , REMOTE_FOLDER...

    products.aspose.cloud/pdf/java/acroforms/
  9. Update Form Fields in PDF Document via Cloud PH...

    Update AcroForm fields in existing PDF documents via PHP using Aspose.PDF Cloud API. Automate form data management....new form field with the name “EMail” and sets its value to “ as...Field (); $field -> setName ( "EMail" ); $field -> setType ( FieldType...

    products.aspose.cloud/pdf/php/acroforms/update/
  10. Creating an AcroForm via Cloud Java SDK

    Add new form fields to PDFs with Aspose.PDF Cloud for Java. Create interactive AcroForms in seconds.... partialName ( "EMail" ); field . rect ( new Rectangle...putTextBoxField ( PDF_DOCUMENT , "EMail" , field , null , REMOTE_FOLDER...

    products.aspose.cloud/pdf/java/acroforms/add/