Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 164,972 for

new

(0.08 sec)
  1. Managing Worksheets in Php|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....Worksheets to a New Excel File To add Worksheet to a new Excel file...object $workbook = new Workbook (); //Adding a new worksheet to the...

    docs.aspose.com/cells/java/managing-worksheets-...
  2. Document.UpdateThumbnail | Aspose.Words for .NET

    Effortlessly update your document's thumbnail with our customizable options. Enhance your visuals and improve document presentation today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ThumbnailGeneratingO options = new ThumbnailGeneratingO (); options...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Unable to replace block content control - Free ...

    Hi, we are trying to replace tags with html text (which is a content control) but we get the following error: ‘The reference node is not a child of this node.’ the code we use is: doc.Range.Replace(lookupString, “”, …...Replace(lookupString, “”, new FindReplaceOptions(new ReplaceWithHtmlEvalu(lookupString...further removing. ArrayList runs = new ArrayList(); // Find all runs...

    forum.aspose.com/t/unable-to-replace-block-cont...
  4. Aspose.PSD for .NET 20.10 - 发行说明|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.... Save ( outputFile , new PsdOptions ( image )); } PSDNET-680...expected != actual ) { throw new Exception ( "数值不相等。" ); } } using...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. 如何数字签名PDF|Aspose.PDF for Java

    使用Java对PDF文档进行数字签名。使用基于Java的应用程序和PDF库验证或验证数字签名的PDF。您可以使用PKCS1证书来认证PDF文件。...pdf" ; Document document = new Document ( inFile ); PdfFileSignature...signature = new PdfFileSignature ( document ); PKCS7 pkcs = new PKCS7...

    docs.aspose.com/pdf/zh/java/digitally-sign-pdf-...
  6. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldNext | Aspose.Words for Java

    Implements the NEXT field in Java....document, rather than starting a new merged document. Examples: Shows...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert WORD To Image Java

    Convert a Word document to Image format in Java code. Save a Word document as Image using Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/word-...
  9. Convert HTML To GIF Java

    Convert HTML to GIF format in Java code. Save HTML as GIF using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...
  10. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....GetDefaultFont() property to Courier New and the second image is taken...GetDefaultFont() property to Times New Roman . This is the output image...

    docs.aspose.com/cells/cpp/set-default-font-whil...