You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receiving missing or invalid CIDToGIDMap entry while generating thumbnail generation from pdf image in following function
func getThumbnail(_ url:URL, pageNumber:Int, width:CGFloat) -> UIImage {
-----------------------
context.drawPDFPage(firstPage!);
-----------------
}
The text was updated successfully, but these errors were encountered:
Receiving missing or invalid CIDToGIDMap entry while generating thumbnail generation from pdf image in following function
func getThumbnail(_ url:URL, pageNumber:Int, width:CGFloat) -> UIImage {
-----------------------
context.drawPDFPage(firstPage!);
The text was updated successfully, but these errors were encountered: