Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 31,518 for

test

(0.18 sec)
  1. Error on loading HEIC - Free Support Forum - as...

    Hello Support, loading the attached HEIC files with Imaging cause following exception: Message: Aspose.Imaging.CoreExceptions.ImageSaveException : Image saving failed. ----> Aspose.Imaging.CoreExceptions.ImageSaveEx…...options) Tests.ConvertHEICtoPDF(String fileName) line 290 Tests.Export(String...options, String ext) line 226 Tests.ExportToPdf(String fileName)...

    forum.aspose.com/t/error-on-loading-heic/315108
  2. Miss the possibility to set actions - Free Supp...

    Actions can be defined in Viso. This gives you a drop-down list on a shape with which you can set various things. How can I control these actions with Apose.Diagram? I have not found a way to do this in the API. I also …...Name = "Test"; act.Menu.Value = "Automatic...

    forum.aspose.com/t/miss-the-possibility-to-set-...
  3. Turn off wordwrap in chart legends - Free Suppo...

    Hi, I am using PPTx to PDF conversion using Aspose and I am able to stop wrapping in legends in PPTx, however in the generated PDF the legend is wrapping. And this is what am using com.aspose.slides.ILegend legend = …... Test the PDF generation again to...

    forum.aspose.com/t/turn-off-wordwrap-in-chart-l...
  4. Manage Document Properties|Documentation

    Manage document properties of visio files.... ValueString = "Test" ; //Add CustomProp to Collection...

    docs.aspose.com/diagram/net/document-properties/
  5. Send Emails & Forward Messages using SMTP Clien...

    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....com" , "test subj async" , "test body async" ); //...MailMessage . Load ( dataDir + "test.eml" ); // Send this message...

    docs.aspose.com/email/net/sending-and-forwardin...
  6. Zip 400 files - Free Support Forum - aspose.com

    Hi, I tried to zip 400 files using the below code. But only first some documents are zipping. Can you please tell me what the issue will be? // Use fast compression var options = new ArchiveSaveOptions { Encoding =…... If you want to test Aspose.ZIP without evaluation...

    forum.aspose.com/t/zip-400-files/319628
  7. Add and Delete a Bookmark|Aspose.PDF for Java

    You can add a bookmark to a PDF document with Java. It is possible to delete all or particular bookmarks from a PDF document.... setTitle ( "Test Outline" ); pdfOutline . setItalic...

    docs.aspose.com/pdf/java/add-and-delete-bookmark/
  8. Generate Codabar Barcodes in C#|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....Codabar Barcodes Online : You can test the quality of Aspose.BarCode...

    docs.aspose.com/barcode/net/codabar-barcodes/
  9. Unlock ZIP Password | Aspose.Zip Documentation

    Zip Java library lets you unlock the locked archive if password is half-forgotten. Provide password template and it will use Brute force attack on archive to unlock it....on the archive So compose and test passwords one by one. If there...

    docs.aspose.com/zip/java/unlock-zip-password/
  10. How to add comments to bookmark range - Free Su...

    i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...Save(@"c:\temp\test-aspose.docx", SaveFormat.Docx);...} } document.Save(@"c:\temp\test-aspose.docx", SaveFormat.Docx);...

    forum.aspose.com/t/how-to-add-comments-to-bookm...