Sort Score
Result 10 results
Languages All
Labels All
Results 5,471 - 5,480 of 196,959 for

new

(0.09 sec)
  1. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them.... AsposeOCR api = new AsposeOCR (); // Add images to...recognition batch OcrInput input = new OcrInput ( InputType . SingleImage...

    docs.aspose.com/ocr/java/recognition/passport/
  2. Aspose PS to PDF Support - Free Support Forum -...

    from C# Aspose : Is there a way to convert PS to PDF ? Sample PS file...pdfDocument = new Document(); var image = new Image(); image...pdf"; Document doc = new Document(inFile, new PsLoadOptions() {...

    forum.aspose.com/t/aspose-ps-to-pdf-support/315448
  3. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...We have opened the following new ticket(s) in our internal issue...{ try { Workbook workbook = new Workbook(“columns hidden.xlsx”);...

    forum.aspose.com/t/row-column-headings-incorrec...
  4. Border | Aspose.Words for Java

    Represents a border of an object in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. ChartAxis.majorUnitIsAuto property | Aspose.Wor...

    ChartAxis.majorUnitIsAuto property. Gets or sets a flag indicating whether default distance between major tick marks shall be used....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxis.minorUnitIsAuto property | Aspose.Wor...

    ChartAxis.minorUnitIsAuto property. Gets or sets a flag indicating whether default distance between minor tick marks shall be used....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Pdf compare - Free Support Forum - aspose.com

    Hi, I am trying to compare two pdf using private static void ComparingEntireDocuments() { // The path to the documents directory var dataDir = RunExamples.GetDataDir_AsposePdf_DocumentCompare(); // Open PD…...documents using (var document1 = new Aspose.Pdf.Document(dataDir +...pdf")) { using (var document2 = new Aspose.Pdf.Document(dataDir +...

    forum.aspose.com/t/pdf-compare/316339
  8. ChartAxis.majorUnitScale property | Aspose.Word...

    ChartAxis.majorUnitScale property. Returns or sets the scale value for major tick marks on the time category axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... axis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ResourceSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.ResourceSavingArgs class, which enhances your document processing by providing essential data for the ResourceSaving event....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Converting a scan to editable document|Document...

    Create an editable document in Microsoft Word format from a scanned image, PDF or even a photo....frequently arise for creating new documents based on existing scanned...advantageous: Quickly assemble a new contract or other legal agreement...

    docs.aspose.com/ocr/net/scan-to-word/