Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 164,938 for

new

(0.06 sec)
  1. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  2. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space.... Create a new C# project in Visual Studio....license : License license = new License (); license . SetLicense...

    docs.aspose.com/ocr/net/archival-scanning/
  3. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Assemble Spreadsheets|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....section describes how to: Create a new Excel file from scratch and add...Worksheets to a New Excel File To create a new Excel file programmatically:...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  5. CheckBoxConfig|Documentation

    CheckBoxConfig element generates a list of answers with blank bubbles that can accommodate any kind of marks.... new CheckBoxConfig () { Name = "Question"..."Question" , Children = new List < BaseConfig >() { /* * Put answers...

    docs.aspose.com/omr/net/programmatic-forms/chec...
  6. Aspose.pdf PDF to HTML output difference - Free...

    Hi, I’m from RChilli. We’re using Aspose.PDF version 24.7 to convert PDFs to HTML. However, we’ve noticed inconsistencies in the HTML output when parsing some resumes—the results differ between our local system and our …...try (InputStream inputStream = new ByteArrayInputStream(pdfData))...aspose.pdf.License license = new com.aspose.pdf.License(); license...

    forum.aspose.com/t/aspose-pdf-pdf-to-html-outpu...
  7. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);... ImageSaveOptions options = new ImageSaveOptions(SaveFormat.JPEG);...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChartLegendEntry | Aspose.Words for Java

    Represents a chart legend entry in Java.... Document doc = new Document(getMyDir() + "Reporting...legend font. Document doc = new Document(getMyDir() + "Reporting...

    reference.aspose.com/words/java/com.aspose.word...
  9. CustomXmlProperty.Value | Aspose.Words for .NET

    Discover the CustomXmlProperty Value feature to easily manage custom XML attributes and smart tag properties for enhanced data control....void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  10. 将PDF转换为图像格式|Aspose.PDF for PHP via Java

    本主题向您展示如何使用Aspose.PDF将PDF转换为各种图像格式。通过几行代码将PDF页面转换为PNG、JPEG、BMP图像。... // 加载 PDF 文档 $document = new Document ( $inputFile ); // 创建一个新的...TiffSettings 对象 $tiffSettings = new devices_TiffSettings (); // 取消注释以下行以自定义...

    docs.aspose.com/pdf/zh/php-java/convert-pdf-to-...