Sort Score
Result 10 results
Languages All
Labels All
Results 7,041 - 7,050 of 223,969 for

new

(0.91 sec)
  1. How to get Content height on the page? - Free S...

    Hello Aspose! Could you please help me with finding out height of content on the page? My task is add TextStamp on each stamp. In the same time stamp should not overlap content. First option to do it is calculate sta…...stamp height before rendering new PDF. How to do it I don’t know...much success: Document doc = new Document(dataDir + "SamplePDF...

    forum.aspose.com/t/how-to-get-content-height-on...
  2. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。...No file selected - create a new workbook as in original JavaScript...JavaScript sample const wb = new Workbook (); // Access first worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  3. FieldMergingArgsBase.RecordIndex | Aspose.Words...

    Discover the FieldMergingArgsBase RecordIndex property. Access the zero-based index of the merging record for enhanced data management and integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); DataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  4. FontSettings.ResetFontSources | Aspose.Words fo...

    Restore default font sources effortlessly with the FontSettings ResetFontSources method. Enhance your design consistency and improve user experience....Document doc = new Document (); doc . FontSettings = new FontSettings...AddSubstitutes ( "Kreon-Regular" , new [] { "Calibri" }); Assert . That...

    reference.aspose.com/words/net/aspose.words.fon...
  5. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToPDF...); MemoryStream pdfStream = new MemoryStream (); // Save diagram...

    docs.aspose.com/diagram/net/convert-visio-to-ot...
  6. MaxiCodeStructuredSecondMessage|Aspose.BarCode ...

    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....MaxiCodeStructuredSe() Initializes a new instance of the MaxiCodeStructuredSe...message add(identifier) Adds new identifier clear() Clear identifiers...

    docs.aspose.com/barcode/python-net/api-referenc...
  7. Licensing|Documentation

    Aspose.Cells for .NET provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies in C#.... License license = new Aspose . Cells . License ();.... Cells . License license = new Aspose . Cells . License ();...

    docs.aspose.com/cells/net/licensing/
  8. custom localization|Documentation

    This article introduces how to customize localization in GridDesktop.... Example First, add a new resource file: customtest.resx...namespace: myapp ResourceManager rm = new ResourceManager ( "myapp.customtest"...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  9. XlsxSaveOptions.sectionMode property | Aspose.W...

    XlsxSaveOptions.sectionMode property. Gets or sets the way how sections are handled when saving to the output XLSX document... let doc = new aw . Document ( base . myDir...worksheet. let xlsxSaveOptions = new aw . Saving . XlsxSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Digital Signature - Validation Error - Free Sup...

    Hi, I am using Aspose 11.5 pdf version and using the following code to append digital signtature to PDF. But the signature is not being validated properly. Getting the error. Error during signature verification. Error…...PdfFileSignature pdfSignSingle = new PdfFileSignature(); // Bind the... true, new java.awt.Rectangle(100, 100, 150, 50), new PKCS1(dataDir...

    forum.aspose.com/t/digital-signature-validation...