Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 31,394 for

new

(0.07 sec)
  1. Groupdocs.Conversion ConsoleLogger does not sho...

    I’m trying to get logging by using the ConsoleLogger that’s available in the conversion library. I’m using version 24.1.1 of the library and am using the following code: ConsoleLogger logger = New ConsoleLogger(); Conv…...logger = new ConsoleLogger(); ConverterSettings settings = new ConverterSettings();...setLogger(logger); Converter converter = new Converter(originalfile.getAbsolutePath()...

    forum.groupdocs.com/t/groupdocs-conversion-cons...
  2. FuzzySearchOptions.FuzzyAlgorithm Property - Gr...

    Gets or sets the fuzzy search algorithm. The currently available fuzzy search algorithms are SimilarityLevel and TableDiscreteFunction....= "Einstein" ; Index index = new Index(indexFolder); // Creating...folder SearchOptions options = new SearchOptions(); options.FuzzySearch...

    apireference.groupdocs.com/search/net/groupdocs...
  3. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( documentStream ))...

    docs.groupdocs.com/annotation/net/load-document...
  4. PCL -> PDF (Not supported file type) - GroupDoc...

    Team, We are trying to evaluate group docs conversion product (java) for our org to convert pcl to pdfs. I get a com.groupdocs.conversion.exceptions.GroupDocsConversionException: Not supported file type error. I tried …...using InputStream resource = new ClassPathResource(“sample.pcl”)...getInputStream(); Converter converter = new Converter(resource); PdfConvertOptions...

    forum.groupdocs.com/t/pcl-pdf-not-supported-fil...
  5. Not supported error converting emails to PNG in...

    Converting emails to PNG for thumbnail creation results in a “File type not supported” exception. I analyzed the problem and found out, that GroupDocs.Conversion 22.1 attempts to convert the ZIP attachment of the email. …...to be new with version 22.1. var emailLoadOptions = new EmailLoadOptions();...ConvertOwned = false; var imgOptions = new ImageConvertOptions() { Format...

    forum.groupdocs.com/t/not-supported-error-conve...
  6. Execl 大整数 无法脱敏,并以科学计数法形式表示 - Free Support Forum...

    您好: 截图是 execl 源内容 image.png (4.4 KB) 下图是经过脱敏后的内容: image.png (2.9 KB) 图中显示:10位以上数字 没有被脱敏,反而改变了原文内容, 以科学计数法形式展示。 这个问题是什么原因导致, 或者有没有其他方法规避下。 源文件: 11.7z (7.9 KB) 代码如下: Redactor redactor = New Redactor(redactionOpti…...redactor = new Redactor(redactionOptions.getSourcePath(), new LoadOptions()...LoadOptions(), settings); //new Redactor(redactionOptions.getSourcePath());...

    forum.groupdocs.com/t/execl/13642
  7. PreviewOptions Constructor (CreatePageStream, R...

    Initializes a New instance of the PreviewOptions class....PreviewMode, Int32 ) Initializes a new instance of the PreviewOptions...[] pageNumbers ) Public Sub New ( createPageStream As CreatePageStream...

    apireference.groupdocs.com/merger/net/groupdocs...
  8. Index.Add Method (String[], IndexingOptions) - ...

    Performs indexing operation. Adds files or folders by an absolute or relative path. Documents from all subfolders will be indexed....txt" ; Index index = new Index(indexFolder); // Creating...folder IndexingOptions options = new IndexingOptions(); options.Threads...

    apireference.groupdocs.com/search/net/groupdocs...
  9. Index.Highlight Method (FoundDocument, Highligh...

    Generates HTML formatted text with highlighted found terms....Creating an index Index index = new Index(indexFolder); // Indexing...OutputAdapter outputAdapter = new FileOutputAdapter( @"c:\Highlighted...

    apireference.groupdocs.com/search/net/groupdocs...
  10. [Help] Add text to image - Free Support Forum -...

    Hi, i want to add a text to image like this (and make curve text like pic 2) aa.jpg (13.3 KB) bb.jpg (34.7 KB) anyone can help me, thanks! sorry my English not good...using (Watermarker watermarker = new Watermarker(@"D:/aa.jpg")) {...used for watermark Font font = new Font("Arial", 20, FontStyle.Bold);...

    forum.groupdocs.com/t/help-add-text-to-image/11683