Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 213,277 for

new

(0.17 sec)
  1. IFieldMergingCallback.ImageFieldMerging | Aspos...

    Discover the ImageFieldMerging method in IFieldMergingCallback, designed for seamless image insertion in Aspose.Words mail merge. Enhance your document automation!...ImageFromBlob () { Document doc = new Document ( MyDir + "Mail merge...MailMerge . FieldMergingCallback = new HandleMergeImageFiel (); string...

    reference.aspose.com/words/net/aspose.words.mai...
  2. PdfDigitalSignatureDetails.CertificateHolder | ...

    Discover the PdfDigitalSignatureDetails CertificateHolder property. Access the certificate holder object for enhanced document signing security....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Section | Aspose.Words for .NET

    Create dynamic web sections effortlessly with our Section Constructor. Easily initialize and customize your Section class for optimal site performance....Section constructor Initializes a new instance of the Section class...document by hand. Document doc = new Document (); // A blank document...

    reference.aspose.com/words/net/aspose.words/sec...
  4. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object's rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene (); //...Initialize cylinder var cylinder = new aspose . threed . Cylinder (...

    docs.aspose.com/3d/nodejs-java/adding-transform...
  5. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // 获取特定页面 $page = $document...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  6. Working with Headers and Footers|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the.... SetHeader ( 1 , "&\"Times New Roman,Bold\"&D-&T" ); //Setting...

    docs.aspose.com/cells/net/working-with-headers-...
  7. 处理页眉和页脚|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the.... SetHeader ( 1 , "&\"Times New Roman,Bold\"&D-&T" ); //Setting...

    docs.aspose.com/cells/zh/net/working-with-heade...
  8. Print PDF using C++ | Aspose.PDF

    Print PDF documents programmatically with C++ sample code using Aspose.PDF for C++...PdfViewer object PdfViewer viewer = new PdfViewer (); // Open input PDF...Printing . PrinterSettings ps = new System . Drawing . Printing ...

    products.aspose.com/pdf/cpp/print/
  9. Best practice to consider image alignment when ...

    Hello, a technical question. We convert pictures, including many pictures taken with mobile phones, to PDF. Is there a way to take into account the rotation of the mobile phone picture when converting to PDF? Kind Reg…...upperRightY = 800; Document doc = new Document(); Page pg = doc.Pages...Add(); FileStream imageStream = new FileStream(input, FileMode.Open);...

    forum.aspose.com/t/best-practice-to-consider-im...
  10. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = New Document(); DocumentBuilder builder = New DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...{ // Create a new document Document doc = new Document(); DocumentBuilder...

    forum.aspose.com/t/insert-html-into-word-includ...