Sort Score
Result 10 results
Languages All
Labels All
Results 5,791 - 5,800 of 213,565 for

new

(0.09 sec)
  1. Specify how to cross a string in output PDF and...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for JavaScript via C++....(); const workbook = new Workbook ( new Uint8Array ( arrayBuffer...options const pdfSaveOptions = new PdfSaveOptions (); // Set text...

    docs.aspose.com/cells/javascript-cpp/specify-ho...
  2. Keep coordinates information while converting ....

    I need to convert .dwg files to .tif files to be used on geoserver and then displayed on a map. But my test show that the localisation information of the .dwg file is lost in the conversion. The result is a plain raster…...export options var tiffOptions = new TiffOptions(TiffExpectedFormat...TiffLzwRgb) { VectorRasterizationO = new CadRasterizationOpti { PageWidth...

    forum.aspose.com/t/keep-coordinates-information...
  3. Image Preprocessing via C# | Aspose

    Preprocess image and save result as a New image....images in a batch and returns a new batch with processed images.... That method also returns a new batch with processed images,...

    products.aspose.com/ocr/net/recognition/preproc...
  4. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter(); // Get...

    reference.aspose.com/words/java/com.aspose.word...
  5. XamlFixedSaveOptions.ResourcesFolder | Aspose.W...

    Discover how the XamlFixedSaveOptions ResourcesFolder property enhances document exports by defining where images and fonts are stored in Xaml format....ResourceFolder () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 设置 Excel 和 ODS 文件的条件格式|Documentation

    如何在JavaScript via C++中对Excel和ODS文件应用条件格式。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link for the image const blob = new Blob ([ imageData ], { type :...

    docs.aspose.com/cells/zh/javascript-cpp/conditi...
  7. Using shortcuts for string formatting - Free Su...

    We use this to format a date in the merged field {{NoticeDate\@ "MM/dd/yyyy"}} on the MS Word template. Wanted to know if there is such a shortcut to format the incoming string (EM9879999222) in a particular pattern as E…...template and code: Document doc = new Document(@"C:\Temp\in.docx");...FieldMergingCallback = new CustomFormatter(); doc.MailMerge.Execute(new string[]...

    forum.aspose.com/t/using-shortcuts-for-string-f...
  8. Protecting and Unprotecting Workbooks|Documenta...

    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....hidden, unhidden, or renamed, and new worksheets can’t be inserted...Excel . Application excelApp = new Excel . ApplicationClass ();...

    docs.aspose.com/cells/net/protecting-and-unprot...
  9. Paragraph.GetText | Aspose.Words for .NET

    Discover the Paragraph GetText method to effortlessly retrieve text, including paragraph endings, enhancing your text processing efficiency.... Document doc = new Document (); // An empty document...FirstParagraph ; Run paragraphText = new Run ( doc , "Initial text. "...

    reference.aspose.com/words/net/aspose.words/par...
  10. FormFieldCollection | Aspose.Words for Java

    A collection of FormField objects that represent all the form fields in a range in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...insertComboBox("MyComboBox", new String[]{"One", "Two", "Three"}...

    reference.aspose.com/words/java/com.aspose.word...