Sort Score
Result 10 results
Languages All
Labels All
Results 8,981 - 8,990 of 216,907 for

new

(1.08 sec)
  1. 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....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/unlock-zip-password/
  2. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  3. FieldSkipIf.LeftExpression | Aspose.Words for .NET

    Discover the FieldSkipIf LeftExpression property, easily manage the left side of your comparison expressions for enhanced data control and flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...two pages. DataTable table = new DataTable ( "Employees" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Unlock all restrictions for a PDF file - Free S...

    Hi , How to decrypt to unlock all restrictions for a PDF file using Aspose.Pdf in C# Please give me simple code...know: Document pdfDocument = new Document(); pdfDocument.Pages...Facades.PdfFileSecurity security = new Facades.PdfFileSecurity(); Facades...

    forum.aspose.com/t/unlock-all-restrictions-for-...
  5. HtmlFixedSaveOptions.exportFormFields property ...

    HtmlFixedSaveOptions.exportFormFields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose.Cells 8.6.2 中的公共 API 更改|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....//Instantiate a new Workbook designer WorkbookDesigner report = new WorkbookDesigner...setDataSource ( "VariableArray" , new String [] { "English" , "Arabic"...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Wrong PageCount on docx file with Aspose.Words ...

    Dear support team, I am running a simple unit test with an input docx document. Each time, this document contains 5 pages. But when I load it with Aspose.Words and then iterate on pages based on PageCount, there is an…...GetBytes(License); MemoryStream ms = new MemoryStream(buf); return ms;...try { Aspose.Words.License l = new Aspose.Words.License(); l.Se...

    forum.aspose.com/t/wrong-pagecount-on-docx-file...
  8. Generate Reports in MBOX Files via Java | produ...

    Java sample code to create MBOX format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Generate MBOX - C# //create a new MailMessage instance as a template...template MailMessage template = new MailMessage(); //add template...

    products.aspose.com/email/java/assembly/mbox/
  9. Get XMP metadata from EPS file using JavaScript

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for JavaScript via C++ is explained and illustrated with the code here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/javascript-cpp/xmp-metadat...
  10. The Saved Result of a PPT Document Occasionally...

    Our code uses com.aspose.slides.ISlideCollection#addClone(com.aspose.slides.ISlide) to merge multiple pptx files, and then uses com.aspose.slides.Presentation#save(java.lang.String, int) to save the merged file. This log…...Presentation mergePpt = new com.aspose.slides.Presentation();...List<ISlideCollection> iSlides = new ArrayList<>(); if (!CollectionUtils...

    forum.aspose.com/t/the-saved-result-of-a-ppt-do...