Alip Sulistio

Results 38 comments of Alip Sulistio

Hi @dillonkh From version v3.52.0, we changes the default encoder to DCTEncoder, to solve this, you can set the encoder into flate encoder, the code will be like this ```...

Hi @dillonkh, As this is resolved, we closing this issue for now. Best regards

Hi @YuiFn, @zacharysyoung and @0x-1 We release new UniPDF version to improve font rendering https://github.com/unidoc/unipdf/releases/tag/v3.52.0, You can try and would be good if you can confirm if the issue is...

Released new UniPDF version to solve the issue with subtable format: 6. https://github.com/unidoc/unipdf/releases/tag/v3.51.0 Closing this issue for now.

Hi @yunqiang-sun, Could you explain more about your use cases regarding the vector lines extractions? Best regards, Alip

Hi @whizkid79, Could you share a runnable code snippet and pdf form file for this? Have you tried to do something like ``` if len(firstName) > 30 { // do...

Hi @BenHall-1, We released UniOffice [v1.24.0](https://github.com/unidoc/unioffice/releases/tag/v1.24.0) that support table placeholder, example ``` // Copyright UniDoc ehf. All rights reserved. package main import ( "fmt" "log" "os" "github.com/unidoc/unioffice/common/license" "github.com/unidoc/unioffice/measurement" "github.com/unidoc/unioffice/presentation" "github.com/unidoc/unioffice/schema/soo/dml"...