Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 213,123 for

new

(0.41 sec)
  1. Get BarCode Recognition Quality in Percent in P...

    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....$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...

    docs.aspose.com/barcode/java/get-barcode-recogn...
  2. What is an XLS File? .xls File Extension, Proce...

    Learn about the XLS file format, its extension, and how it is used for project management. Discover XLS file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, write, modify, and export XLS files....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/tasks/supported-formats/xls/
  3. Content Control visible in WPS but not visible ...

    Hi team, I am creating content contol with below code. SDT is getting created successfully and visible in WPS but same is not visible in MS word. Code Snippet: public void createSDT(Document document, CustomNode cust…...try { structuredDocumentTa = new StructuredDocumentTa(document...catch (Exception ex) { throw new CustomException(TAG_CREATION_ERROR_MESSAGE...

    forum.aspose.com/t/content-control-visible-in-w...
  4. Font.size property | Aspose.Words for Python

    Font.size property. Gets or sets the font size in points.... name = 'Courier New' font . underline = aw . Underline...font font . name = 'Courier New' font . size = 36 font . highlight_color...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartDataLabel.font property | Aspose.Words for...

    ChartDataLabel.font property. Provides access to the font formatting of this data label....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. In HTML, the display:none property is used to h...

    Hello ,In HTML, the display:none property is used to hide table columns. When converting HTML to Word using Aspose.Words, the table styling becomes misaligned Code is as follows public byte[] htmlForByte(String downlo…...{ doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...substring(11); String[] ckPictureId=new String[1]; ckPictureId[0]=ckPicId;...

    forum.aspose.com/t/in-html-the-display-none-pro...
  7. 当操作时间过长时,使用InterruptMonitor停止转换或加载,采用C++中的JavaS...

    学习如何在Aspose.Cells for JavaScript通过C++中使用InterruptMonitor停止工作簿转换为多种格式(如PDF、HTML等)的方法。... new StopConversionOrLoad (). testRun...InterruptMonitor object this . im = new InterruptMonitor (); this . _timeoutId...

    docs.aspose.com/cells/zh/javascript-cpp/stop-co...
  8. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...6 KB) Workbook wb = new Workbook(filePath + "Testfile...if it gets fixed. Thank you. New folder1.zip (1.4 MB) amjad.sahi...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  9. Appending Document Not Maintaining Formatting -...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...docx template into a new Word document using Document...Aspose.Words.Document swDoc = new Aspose.Words.Document(); DocumentBuilder...

    forum.aspose.com/t/appending-document-not-maint...
  10. Convert pdf to image results in missing text - ...

    We use Aspose.Pdf 20.12.0.0 for .NET to convert files of different formats to images. There was a problem with one pdf file that had some symbols that where missing in resulting image file. The example file is “edited.…...Document pdf = null; try { pdf = new Aspose.Pdf.Document(stream);...catch (Exception ex) { throw new Exception("Error reading file"...

    forum.aspose.com/t/convert-pdf-to-image-results...