Completed
Last Updated: 02 Aug 2024 11:09 by ADMIN
Release 2024.3.802 (2024 Q3)
Created by: PBucher
Comments: 0
Category: PdfProcessing
Type: Feature Request
6
A text annotation represents a “sticky note” attached to a point in the PDF document. When closed, the annotation appears as an icon; when opened, it displays a pop-up window containing the text of the note in a font and size chosen by the viewer application.
Unplanned
Last Updated: 04 Sep 2023 11:16 by ADMIN
The auto-size fields are not correctly imported/exported this setting is lost during export 
Unplanned
Last Updated: 09 Aug 2022 09:27 by ADMIN
A table that contains a cell with a single block with a lot of new lines is not split correctly.
Declined
Last Updated: 24 May 2022 14:37 by ADMIN
According to the Pdf Specification, the ExtGState property is optional but in this specific scenario the property is not omitted but just the object implementation.

This case can be handled using the Handling Exceptions mechanism.
Unplanned
Last Updated: 24 May 2022 14:03 by Adam
By specification, the FontDescriptor is required except for Standard fonts. However, if some font has only a declaration of FontDescriptor but with a missing definition, the document is not exported successfully.
Unplanned
Last Updated: 03 May 2022 16:05 by ADMIN
Ordered list marker color not properly imported from inline CSS style in HTML.
Unplanned
Last Updated: 28 Apr 2022 09:43 by Guillaume
Created by: Guillaume
Comments: 0
Category: PdfProcessing
Type: Feature Request
0

With the current implementation when exporting a Stitching function all the containing functions are exported as Sampled functions even if they originally have been imported as Exponential interpolation functions, which leads to an increase in the size of the document.

More information can be found in the PDF Specification.

Completed
Last Updated: 17 May 2023 14:04 by ADMIN
Release R2 2023
Key not found exception when there are missing characters in the document. 
Unplanned
Last Updated: 21 Apr 2022 06:27 by William
Field border appearance are lost during import-export of the document
Completed
Last Updated: 13 Apr 2022 15:00 by ADMIN
Release R2 2022
The table alignment is not maintained when the table is split into multiple pages. 
Completed
Last Updated: 25 May 2022 14:47 by ADMIN
Release R2 2022 SP1
Inserting a LineBreak in a TableCell Block with text exceeding Cell's width can break rendering the rest of the text, which should go on the next line of the Cell. This can result in the next line of text being invisible. 
Unplanned
Last Updated: 29 Mar 2022 11:06 by Dimitar
Handle the case where the document has edit, copy password but no open password. We should either suppress the UserPasswordNeeded event or provide information about the password options in the arguments. 
Completed
Last Updated: 14 Feb 2023 14:40 by ADMIN
Release R3 2023 SP1
According to the PDF Specification: The definition of an indirect object in a PDF file consists of its object number and generation number, followed by the value of the object bracketed between the keywords obj and endobj. For example, the definition:
12 0 obj
( Brillig )
endobj
An invalid case:
2545 0 obj
<<
/Type /Page
/Parent 2537 0 R
/Contents 8 0 R
/Resources 2538 0 R
>>
2546 0 obj
....
Completed
Last Updated: 15 Mar 2022 12:13 by ADMIN
Release R2 2022
When exporting a document with a Type 1 font with custom encoding an exception is thrown: System.NotImplementedException: 'The method or operation is not implemented.'
Completed
Last Updated: 11 Apr 2022 10:12 by ADMIN
Release R2 2022

Splitting a row leads to copying all rows below it. During that operation, the information for the row height is lost, when the previous row has a cell spanning on the split one, leading to a missing row in the exported document.

The issue is a regression introduced in R1 2021.

Unplanned
Last Updated: 07 Mar 2022 10:06 by Xavi

When a row has two cells and the content of the first one is large, the width of the second cell results in too small value while measuring and its content remains invisible.

Workaround: Set PreferredWidth to the second cell.

Unplanned
Last Updated: 07 Mar 2022 09:20 by Xavi

When a Table consisting of one TableRow that contains a TableCell with a Rowspan > 1 set, additional lines are added to the table.

Table table = new Table();
TableRow row = table.Rows.AddTableRow();
row.Cells.AddTableCell();
TableCell secondCell = row.Cells.AddTableCell();
secondCell.RowSpan = 2;
table.Measure();
table.Rows.AddTableRow();
The result:

Unplanned
Last Updated: 07 Mar 2022 09:01 by Ludivine

According to the PDF SpecificationThe first entry in the table (object number 0) is always free and has a generation number of 65,535;

An invalid xref table:

xref
1 3
0000000010 00000 n
0000000124 00000 n
0000011290 00000 n
A valid one:
xref
0 4
0000000000 65535 f
0000000010 00000 n
0000000124 00000 n
0000011290 00000 n

Completed
Last Updated: 14 Mar 2022 07:31 by ADMIN
Release LIB 2022.1.307 (07 Mar 2021)
When importing a document containing Widget annotation with normal appearance dictionary set to null an exception is thrown:
.../AP<</N<</Off null/Yes 439 0 R>>...
The exception: System.ArgumentNullException: 'Value cannot be null.
Parameter name: form'
Unplanned
Last Updated: 24 Feb 2022 07:38 by Fritz
Created by: Fritz
Comments: 0
Category: PdfProcessing
Type: Feature Request
1
LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation.